summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2005-06-10 14:14:07 +0000
committerJuanma Barranquero <lekktu@gmail.com>2005-06-10 14:14:07 +0000
commit2d0bbf5d1ff48f2b254cd75de36007a54d259354 (patch)
tree37e4973c5478dea71fc65361c2b99a6a4a82ae38
parent028f45d230a788158b9e97e6371291a99913df8a (diff)
downloademacs-2d0bbf5d1ff48f2b254cd75de36007a54d259354.tar.gz
(lazy-lock-mode): Fix spellings in docstrings.
-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:
been idle for `lazy-lock-stealth-time' seconds, while Emacs remains idle.
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
on-the-fly fontification may fontify differently, albeit correctly. In any
event, to refontify some lines you can use \\[font-lock-fontify-block].