diff options
| author | Juanma Barranquero | 2002-08-30 11:01:07 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2002-08-30 11:01:07 +0000 |
| commit | 8c2d6a44a2b0139b2a54e6ca70b30ebb653fa2a2 (patch) | |
| tree | 14d7ceb30325a4a18dad4b148fc772f4f9e615ec | |
| parent | f7abda1e51ccdd28b2036d188e869afcb7e9bfe5 (diff) | |
| download | emacs-8c2d6a44a2b0139b2a54e6ca70b30ebb653fa2a2.tar.gz emacs-8c2d6a44a2b0139b2a54e6ca70b30ebb653fa2a2.zip | |
(font-lock-add-keywords): Fix typo.
| -rw-r--r-- | lisp/font-lock.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/font-lock.el b/lisp/font-lock.el index 581f9c6b925..ceb0cc1187c 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el | |||
| @@ -618,7 +618,7 @@ When used from an elisp package (such as a minor mode), it is recommended | |||
| 618 | to use nil for MODE (and place the call in a loop or on a hook) to avoid | 618 | to use nil for MODE (and place the call in a loop or on a hook) to avoid |
| 619 | subtle problems due to details of the implementation. | 619 | subtle problems due to details of the implementation. |
| 620 | 620 | ||
| 621 | Note that some modes have specialised support for additional patterns, e.g., | 621 | Note that some modes have specialized support for additional patterns, e.g., |
| 622 | see the variables `c-font-lock-extra-types', `c++-font-lock-extra-types', | 622 | see the variables `c-font-lock-extra-types', `c++-font-lock-extra-types', |
| 623 | `objc-font-lock-extra-types' and `java-font-lock-extra-types'." | 623 | `objc-font-lock-extra-types' and `java-font-lock-extra-types'." |
| 624 | (cond (mode | 624 | (cond (mode |