aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.