From 45cb4c9656af08b735751890634ca64515025459 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 30 Dec 2005 13:20:23 +0000 Subject: [PATCH] (jit-lock-chunk-size): Doc fix. --- lisp/jit-lock.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) -- 2.39.5