From: Gerd Moellmann Date: Tue, 17 Oct 2000 12:47:29 +0000 (+0000) Subject: (jit-lock-stealth-time): Doc fix. X-Git-Tag: emacs-pretest-21.0.90~803 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f86292a9e9b047e741a97dd0402f70219db3f19d;p=emacs.git (jit-lock-stealth-time): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 35e2d7494ab..8521567f17d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2000-10-17 Gerd Moellmann + + * jit-lock.el (jit-lock-stealth-time): Doc fix. + 2000-10-17 Eli Zaretskii * files.el (auto-mode-alist): Add .dif and .pat as diff-mode diff --git a/lisp/jit-lock.el b/lisp/jit-lock.el index 0445d6639f0..9cd9d2929ec 100644 --- a/lisp/jit-lock.el +++ b/lisp/jit-lock.el @@ -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)