aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2005-06-16 16:09:42 +0000
committerJuanma Barranquero <[email protected]>2005-06-16 16:09:42 +0000
commit97f38995a545e70ea815f26009b7d1fa7bb2570f (patch)
tree3eea0089391d195c3608b4635e19da00492ddf20 /lisp
parentdff4ac99b6dc456486550a5df0aac7471d228f98 (diff)
(font-lock-keywords): Fix spelling in docstrings.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/font-lock.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/font-lock.el b/lisp/font-lock.el
index 07e3970119..f8d2f2b88d 100644
--- a/lisp/font-lock.el
+++ b/lisp/font-lock.el
@@ -430,7 +430,7 @@ where MATCHER is a regexp to search for or the function name to call to make
the search, as for MATCH-HIGHLIGHT above, but with one exception; see below.
PRE-MATCH-FORM and POST-MATCH-FORM are evaluated before the first, and after
the last, instance MATCH-ANCHORED's MATCHER is used. Therefore they can be
-used to initialise before, and cleanup after, MATCHER is used. Typically,
+used to initialize before, and cleanup after, MATCHER is used. Typically,
PRE-MATCH-FORM is used to move to some position relative to the original
MATCHER, before starting with MATCH-ANCHORED's MATCHER. POST-MATCH-FORM might
be used to move back, before resuming with MATCH-ANCHORED's parent's MATCHER.