]> git.eshelyaron.com Git - emacs.git/commitdiff
(jit-lock-chunk-size): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Fri, 30 Dec 2005 13:20:23 +0000 (13:20 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 30 Dec 2005 13:20:23 +0000 (13:20 +0000)
lisp/jit-lock.el

index eb5ace956ebb763bd726f35209a5f0a0e09e1b29..16db1e25a9a177654fcf9b1b543288b32c5adee2 100644 (file)
@@ -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)