Mercurial > emacs
changeset 41501:994a9d1eee71
Minor change of wording in the documentation of jit-lock-defer-time.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sun, 25 Nov 2001 18:00:35 +0000 |
parents | 406d4c525b18 |
children | 828432e1e1d4 |
files | etc/NEWS |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Sun Nov 25 17:55:38 2001 +0000 +++ b/etc/NEWS Sun Nov 25 18:00:35 2001 +0000 @@ -19,7 +19,11 @@ * 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