aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/obsolete/lazy-lock.el2
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
509Basic Font Lock mode on-the-fly fontification behaviour fontifies modified 509Basic Font Lock mode on-the-fly fontification behavior fontifies modified
510lines only. Thus, if `lazy-lock-defer-contextually' is non-nil, Lazy Lock mode 510lines only. Thus, if `lazy-lock-defer-contextually' is non-nil, Lazy Lock mode
511on-the-fly fontification may fontify differently, albeit correctly. In any 511on-the-fly fontification may fontify differently, albeit correctly. In any
512event, to refontify some lines you can use \\[font-lock-fontify-block]. 512event, to refontify some lines you can use \\[font-lock-fontify-block].