Mercurial > emacs
comparison lisp/font-lock.el @ 63506:868fbdaab045
(font-lock-keywords): Fix spelling in docstrings.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 16 Jun 2005 16:09:42 +0000 |
parents | ad41fcdb0642 |
children | 0e0d1ff0b641 c016d82bf02b b7da78284d4c |
comparison
equal
deleted
inserted
replaced
63505:185136bab53f | 63506:868fbdaab045 |
---|---|
428 | 428 |
429 where MATCHER is a regexp to search for or the function name to call to make | 429 where MATCHER is a regexp to search for or the function name to call to make |
430 the search, as for MATCH-HIGHLIGHT above, but with one exception; see below. | 430 the search, as for MATCH-HIGHLIGHT above, but with one exception; see below. |
431 PRE-MATCH-FORM and POST-MATCH-FORM are evaluated before the first, and after | 431 PRE-MATCH-FORM and POST-MATCH-FORM are evaluated before the first, and after |
432 the last, instance MATCH-ANCHORED's MATCHER is used. Therefore they can be | 432 the last, instance MATCH-ANCHORED's MATCHER is used. Therefore they can be |
433 used to initialise before, and cleanup after, MATCHER is used. Typically, | 433 used to initialize before, and cleanup after, MATCHER is used. Typically, |
434 PRE-MATCH-FORM is used to move to some position relative to the original | 434 PRE-MATCH-FORM is used to move to some position relative to the original |
435 MATCHER, before starting with MATCH-ANCHORED's MATCHER. POST-MATCH-FORM might | 435 MATCHER, before starting with MATCH-ANCHORED's MATCHER. POST-MATCH-FORM might |
436 be used to move back, before resuming with MATCH-ANCHORED's parent's MATCHER. | 436 be used to move back, before resuming with MATCH-ANCHORED's parent's MATCHER. |
437 | 437 |
438 For example, an element of the form highlights (if not already highlighted): | 438 For example, an element of the form highlights (if not already highlighted): |