1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-24 10:38:38 +00:00

(lazy-lock-mode): Fix spellings in docstrings.

This commit is contained in:
Juanma Barranquero 2005-06-10 14:14:07 +00:00
parent 028f45d230
commit 2d0bbf5d1f

View File

@ -506,7 +506,7 @@ When Lazy Lock mode is enabled, fontification can be lazy in a number of ways:
been idle for `lazy-lock-stealth-time' seconds, while Emacs remains idle. been idle for `lazy-lock-stealth-time' seconds, while Emacs remains idle.
This is useful if any buffer has any deferred fontification. This is useful if any buffer has any deferred fontification.
Basic Font Lock mode on-the-fly fontification behaviour fontifies modified Basic Font Lock mode on-the-fly fontification behavior fontifies modified
lines only. Thus, if `lazy-lock-defer-contextually' is non-nil, Lazy Lock mode lines only. Thus, if `lazy-lock-defer-contextually' is non-nil, Lazy Lock mode
on-the-fly fontification may fontify differently, albeit correctly. In any on-the-fly fontification may fontify differently, albeit correctly. In any
event, to refontify some lines you can use \\[font-lock-fontify-block]. event, to refontify some lines you can use \\[font-lock-fontify-block].