Index: emacs/man/faq.texi
diff -c emacs/man/faq.texi:1.62 emacs/man/faq.texi:1.63
*** emacs/man/faq.texi:1.62     Wed Feb  9 15:50:35 2005
--- emacs/man/faq.texi  Sun Apr 24 21:34:15 2005
***************
*** 2549,2565 ****
  @code{font-lock-maximum-decoration} with @kbd{C-h v} (or @kbd{M-x
  describe-variable @key{RET}}).
  
- @cindex Lazy font-lock
- You might also want to investigate @code{fast-lock-mode} and
- @code{lazy-lock-mode}, versions of @code{font-lock-mode} that speed up
- highlighting.  These are the alternatives for @code{jit-lock-mode} in
- versions of Emacs before 21.1.  The advantage of @code{lazy-lock-mode}
- is that it only fontifies buffers when certain conditions are met, such
- as after a certain amount of idle time, or after you have finished
- scrolling through text.  See the documentation for @code{lazy-lock-mode}
- by typing @kbd{C-h f @code{lazy-lock-mode}} (@kbd{M-x describe-function
- @key{RET} lazy-lock-mode @key{RET}}).
- 
  Also see the documentation for the function @code{font-lock-mode},
  available by typing @kbd{C-h f font-lock-mode} (@kbd{M-x
  describe-function @key{RET} font-lock-mode @key{RET}}).
--- 2549,2554 ----


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to