# HG changeset patch # User Eli Zaretskii # Date 1135948823 0 # Node ID ea28d90f59649b9aa94f814cd0a0a0c21da690c3 # Parent 3de387bf632e628438c18d874102e28634fb25d7 (jit-lock-chunk-size): Doc fix. diff -r 3de387bf632e -r ea28d90f5964 lisp/jit-lock.el --- a/lisp/jit-lock.el Fri Dec 30 13:02:42 2005 +0000 +++ b/lisp/jit-lock.el Fri Dec 30 13:20:23 2005 +0000 @@ -65,7 +65,9 @@ :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)