]> git.eshelyaron.com Git - emacs.git/commitdiff
(font-lock-keywords): Fix spelling in docstrings.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 16 Jun 2005 16:09:42 +0000 (16:09 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 16 Jun 2005 16:09:42 +0000 (16:09 +0000)
lisp/font-lock.el

index 07e3970119eefddc8b332d3356f79071c0986bda..f8d2f2b88db518176d6375a1ddca68e0418caced 100644 (file)
@@ -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.