changeset 42987:b628f22c9f56

(lazy-lock-mode): Add a reference to jit-lock.
author Eli Zaretskii <eliz@gnu.org>
date Sun, 27 Jan 2002 09:25:37 +0000
parents df2b7dbd4046
children 5fcba75d6dd8
files lisp/lazy-lock.el
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/lazy-lock.el	Sun Jan 27 09:15:28 2002 +0000
+++ b/lisp/lazy-lock.el	Sun Jan 27 09:25:37 2002 +0000
@@ -465,6 +465,10 @@
 
  (setq font-lock-support-mode 'lazy-lock-mode)
 
+For a newer font-lock support mode with similar functionality, see
+`jit-lock-mode'.  Eventually, Lazy Lock mode will be deprecated in
+JIT Lock's favor.
+
 When Lazy Lock mode is enabled, fontification can be lazy in a number of ways:
 
 - Demand-driven buffer fontification if `lazy-lock-minimum-size' is non-nil.