; * lisp/jit-lock.el (jit-lock-chunk-size): Doc fix.
This commit is contained in:
parent
3fb69fad49
commit
72ae02377e
1 changed files with 5 additions and 2 deletions
|
@ -45,9 +45,12 @@ Preserves the `buffer-modified-p' state of the current buffer."
|
|||
:group 'font-lock)
|
||||
|
||||
(defcustom jit-lock-chunk-size 1500
|
||||
"Jit-lock fontifies chunks of at most this many characters at a time.
|
||||
"Jit-lock asks to fontify chunks of at most this many characters at a time.
|
||||
|
||||
This variable controls both `display-time' and stealth fontification.
|
||||
The actual size of the fontified chunk of text can be different,
|
||||
depending on what the `fontification-functions' actually decide to do.
|
||||
|
||||
This variable controls both display-time and stealth fontifications.
|
||||
|
||||
The optimum value is a little over the typical number of buffer
|
||||
characters which fit in a typical window."
|
||||
|
|
Loading…
Add table
Reference in a new issue