emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 72ae02377e: ; * lisp/jit-lock.el (jit-lock-chunk-size): Doc fix


From: Eli Zaretskii
Subject: emacs-28 72ae02377e: ; * lisp/jit-lock.el (jit-lock-chunk-size): Doc fix.
Date: Sat, 27 Aug 2022 07:25:13 -0400 (EDT)

branch: emacs-28
commit 72ae02377ebdc3105156be0e3dc0a9c53156599e
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/jit-lock.el (jit-lock-chunk-size): Doc fix.
---
 lisp/jit-lock.el | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/lisp/jit-lock.el b/lisp/jit-lock.el
index 20c1202474..6884313d1b 100644
--- a/lisp/jit-lock.el
+++ b/lisp/jit-lock.el
@@ -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."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]