1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

(lazy-lock-mode): Add a reference to jit-lock.

This commit is contained in:
Eli Zaretskii 2002-01-27 09:25:37 +00:00
parent 48e562d427
commit 8aefee062d

View File

@ -465,6 +465,10 @@ automatically in your `~/.emacs' by:
(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.