summaryrefslogtreecommitdiff
path: root/lisp/jit-lock.el
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2005-12-30 13:20:23 +0000
committerEli Zaretskii <eliz@gnu.org>2005-12-30 13:20:23 +0000
commit45cb4c9656af08b735751890634ca64515025459 (patch)
tree8085d606aa776013236aee26d9a7a30058a2c9ee /lisp/jit-lock.el
parent98d926f2083aad7185d9813057bb03ad5fa5fcc5 (diff)
downloademacs-45cb4c9656af08b735751890634ca64515025459.tar.gz
(jit-lock-chunk-size): Doc fix.
Diffstat (limited to 'lisp/jit-lock.el')
-rw-r--r--lisp/jit-lock.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/jit-lock.el b/lisp/jit-lock.el
index eb5ace956eb..16db1e25a9a 100644
--- a/lisp/jit-lock.el
+++ b/lisp/jit-lock.el
@@ -65,7 +65,9 @@ Preserves the `buffer-modified-p' state of the current buffer."
:group 'font-lock)
(defcustom jit-lock-chunk-size 500
- "*Jit-lock chunks of this many characters, or smaller."
+ "*Jit-lock fontifies chunks of at most this many characters at a time.
+
+This variable controls both display-time and stealth fontification."
:type 'integer
:group 'jit-lock)