aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2005-12-30 13:20:23 +0000
committerEli Zaretskii2005-12-30 13:20:23 +0000
commit45cb4c9656af08b735751890634ca64515025459 (patch)
tree8085d606aa776013236aee26d9a7a30058a2c9ee
parent98d926f2083aad7185d9813057bb03ad5fa5fcc5 (diff)
downloademacs-45cb4c9656af08b735751890634ca64515025459.tar.gz
emacs-45cb4c9656af08b735751890634ca64515025459.zip
(jit-lock-chunk-size): Doc fix.
-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."
65 :group 'font-lock) 65 :group 'font-lock)
66 66
67(defcustom jit-lock-chunk-size 500 67(defcustom jit-lock-chunk-size 500
68 "*Jit-lock chunks of this many characters, or smaller." 68 "*Jit-lock fontifies chunks of at most this many characters at a time.
69
70This variable controls both display-time and stealth fontification."
69 :type 'integer 71 :type 'integer
70 :group 'jit-lock) 72 :group 'jit-lock)
71 73