Mercurial > emacs
changeset 67923:ea28d90f5964
(jit-lock-chunk-size): Doc fix.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 30 Dec 2005 13:20:23 +0000 |
parents | 3de387bf632e |
children | 87ba271ae6fc |
files | lisp/jit-lock.el |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)