1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

(jit-lock-stealth-time): Doc fix.

This commit is contained in:
Gerd Moellmann 2000-10-17 12:47:29 +00:00
parent e854cc22eb
commit f86292a9e9
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2000-10-17 Gerd Moellmann <gerd@gnu.org>
* jit-lock.el (jit-lock-stealth-time): Doc fix.
2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
* files.el (auto-mode-alist): Add .dif and .pat as diff-mode

View File

@ -66,7 +66,7 @@ Preserves the `buffer-modified-p' state of the current buffer."
(defcustom jit-lock-stealth-time 3
"*Time in seconds to wait before beginning stealth fontification.
Stealth fontification occurs if there is no input within this time.
If nil, means stealth fontification is never performed.
If nil, stealth fontification is never performed.
The value of this variable is used when JIT Lock mode is turned on."
:type '(choice (const :tag "never" nil)