diff options
| -rw-r--r-- | lisp/obsolete/lazy-lock.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/obsolete/lazy-lock.el b/lisp/obsolete/lazy-lock.el index 3547674bf36..f618037c753 100644 --- a/lisp/obsolete/lazy-lock.el +++ b/lisp/obsolete/lazy-lock.el | |||
| @@ -506,7 +506,7 @@ When Lazy Lock mode is enabled, fontification can be lazy in a number of ways: | |||
| 506 | been idle for `lazy-lock-stealth-time' seconds, while Emacs remains idle. | 506 | been idle for `lazy-lock-stealth-time' seconds, while Emacs remains idle. |
| 507 | This is useful if any buffer has any deferred fontification. | 507 | This is useful if any buffer has any deferred fontification. |
| 508 | 508 | ||
| 509 | Basic Font Lock mode on-the-fly fontification behaviour fontifies modified | 509 | Basic Font Lock mode on-the-fly fontification behavior fontifies modified |
| 510 | lines only. Thus, if `lazy-lock-defer-contextually' is non-nil, Lazy Lock mode | 510 | lines only. Thus, if `lazy-lock-defer-contextually' is non-nil, Lazy Lock mode |
| 511 | on-the-fly fontification may fontify differently, albeit correctly. In any | 511 | on-the-fly fontification may fontify differently, albeit correctly. In any |
| 512 | event, to refontify some lines you can use \\[font-lock-fontify-block]. | 512 | event, to refontify some lines you can use \\[font-lock-fontify-block]. |