]> git.eshelyaron.com Git - emacs.git/commitdiff
(jit-lock-stealth-time): Doc fix.
authorGerd Moellmann <gerd@gnu.org>
Tue, 17 Oct 2000 12:47:29 +0000 (12:47 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 17 Oct 2000 12:47:29 +0000 (12:47 +0000)
lisp/ChangeLog
lisp/jit-lock.el

index 35e2d7494abf3253c88bc609d69795e37a39c4a1..8521567f17d8741fbdd305dc21d87df48bf00742 100644 (file)
@@ -1,3 +1,7 @@
+2000-10-17  Gerd Moellmann  <gerd@gnu.org>
+
+       * jit-lock.el (jit-lock-stealth-time): Doc fix.
+
 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
index 0445d6639f0bb330a4916dc9a19d73e98844efb8..9cd9d2929ec3c6ce72851a6c2d9e5d6ce894113e 100644 (file)
@@ -66,7 +66,7 @@ Preserves the `buffer-modified-p' state of the current buffer."
 (defcustom jit-lock-stealth-time 3
   "*Time in seconds to wait before beginning stealth fontification.
 Stealth fontification occurs if there is no input within this time.
-If nil, means stealth fontification is never performed.
+If nil, stealth fontification is never performed.
 
 The value of this variable is used when JIT Lock mode is turned on."
   :type '(choice (const :tag "never" nil)