aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2002-01-27 09:25:37 +0000
committerEli Zaretskii2002-01-27 09:25:37 +0000
commit8aefee062de49088cae683922a13e83ea391d2ba (patch)
tree7df43b84f7f00bd708147a775cf6de54537b1b2c
parent48e562d4274ea9ab59a29b9d8c9c0d0e4f0d6b78 (diff)
downloademacs-8aefee062de49088cae683922a13e83ea391d2ba.tar.gz
emacs-8aefee062de49088cae683922a13e83ea391d2ba.zip
(lazy-lock-mode): Add a reference to jit-lock.
-rw-r--r--lisp/lazy-lock.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/lazy-lock.el b/lisp/lazy-lock.el
index 04a777895f1..60cb125960a 100644
--- a/lisp/lazy-lock.el
+++ b/lisp/lazy-lock.el
@@ -465,6 +465,10 @@ automatically in your `~/.emacs' by:
465 465
466 (setq font-lock-support-mode 'lazy-lock-mode) 466 (setq font-lock-support-mode 'lazy-lock-mode)
467 467
468For a newer font-lock support mode with similar functionality, see
469`jit-lock-mode'. Eventually, Lazy Lock mode will be deprecated in
470JIT Lock's favor.
471
468When Lazy Lock mode is enabled, fontification can be lazy in a number of ways: 472When Lazy Lock mode is enabled, fontification can be lazy in a number of ways:
469 473
470- Demand-driven buffer fontification if `lazy-lock-minimum-size' is non-nil. 474- Demand-driven buffer fontification if `lazy-lock-minimum-size' is non-nil.