diff options
| -rw-r--r-- | lisp/lazy-lock.el | 4 |
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 | ||
| 468 | For a newer font-lock support mode with similar functionality, see | ||
| 469 | `jit-lock-mode'. Eventually, Lazy Lock mode will be deprecated in | ||
| 470 | JIT Lock's favor. | ||
| 471 | |||
| 468 | When Lazy Lock mode is enabled, fontification can be lazy in a number of ways: | 472 | When 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. |