# HG changeset patch # User Juanma Barranquero # Date 1118938182 0 # Node ID 868fbdaab0451f0b62f80c0a54e25b18fd8a5f2d # Parent 185136bab53fb6507ebb438c2895be118ac0a631 (font-lock-keywords): Fix spelling in docstrings. diff -r 185136bab53f -r 868fbdaab045 lisp/font-lock.el --- a/lisp/font-lock.el Thu Jun 16 16:09:00 2005 +0000 +++ b/lisp/font-lock.el Thu Jun 16 16:09:42 2005 +0000 @@ -430,7 +430,7 @@ 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.