summaryrefslogtreecommitdiff
path: root/lisp/jit-lock.el
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-10-17 12:47:29 +0000
committerGerd Moellmann <gerd@gnu.org>2000-10-17 12:47:29 +0000
commitf86292a9e9b047e741a97dd0402f70219db3f19d (patch)
treead7a4544cc23a07e4dd878eb200555650be5c9fc /lisp/jit-lock.el
parente854cc22ebf1e1605538a7b44362b1187e9cc4b5 (diff)
downloademacs-f86292a9e9b047e741a97dd0402f70219db3f19d.tar.gz
(jit-lock-stealth-time): Doc fix.
Diffstat (limited to 'lisp/jit-lock.el')
-rw-r--r--lisp/jit-lock.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/jit-lock.el b/lisp/jit-lock.el
index 0445d6639f0..9cd9d2929ec 100644
--- a/lisp/jit-lock.el
+++ b/lisp/jit-lock.el
@@ -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)