]> git.eshelyaron.com Git - emacs.git/commitdiff
Minor change of wording in the documentation of jit-lock-defer-time.
authorEli Zaretskii <eliz@gnu.org>
Sun, 25 Nov 2001 18:00:35 +0000 (18:00 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sun, 25 Nov 2001 18:00:35 +0000 (18:00 +0000)
etc/NEWS

index df72ddb7960062a34e93522d1af1ef642b4ebbc1..6536cd60cefe235abd8909cd6c8748c197c3e831 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -19,7 +19,11 @@ installed programs.
 * Changes in Emacs 21.3
 
 ** jit-lock can now be delayed with `jit-lock-defer-time'.
-If it is set to 0.5, fontification will only happen after 0.5s of idle time.
+
+If this variable is non-nil, its value should be the amount of Emacs
+idle time inseconds to wait before starting fontification.  For
+example, if you set `jit-lock-defer-time' to 0.25, fontification will
+only happen after 0.25s of idle time.
 
 ** If you hit M-C-SPC (mark-sexp) repeatedly, the marked region
 will now be extended each time, so you can mark the next two sexps with