From: Eli Zaretskii Date: Sun, 25 Nov 2001 18:00:35 +0000 (+0000) Subject: Minor change of wording in the documentation of jit-lock-defer-time. X-Git-Tag: ttn-vms-21-2-B4~18183 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8ea55f3329d2ba8f6d8ff5f4632daf5f05db7812;p=emacs.git Minor change of wording in the documentation of jit-lock-defer-time. --- diff --git a/etc/NEWS b/etc/NEWS index df72ddb7960..6536cd60cef 100644 --- 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