From: Eli Zaretskii Date: Fri, 30 Dec 2005 13:20:23 +0000 (+0000) Subject: (jit-lock-chunk-size): Doc fix. X-Git-Tag: emacs-pretest-22.0.90~4975 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=45cb4c9656af08b735751890634ca64515025459;p=emacs.git (jit-lock-chunk-size): Doc fix. --- 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)