diff options
| author | Richard M. Stallman | 2003-12-29 19:12:40 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2003-12-29 19:12:40 +0000 |
| commit | 21b22cf98495436bf28dd8e2fc57b5664526ca6b (patch) | |
| tree | fd2f81b05de9401ea11485db8f903724299d6192 | |
| parent | 3750be31d39fd4f0d9efaf43c0586ef44186108f (diff) | |
| download | emacs-21b22cf98495436bf28dd8e2fc57b5664526ca6b.tar.gz emacs-21b22cf98495436bf28dd8e2fc57b5664526ca6b.zip | |
(define-generic-mode): Doc fix.
| -rw-r--r-- | lisp/generic.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/generic.el b/lisp/generic.el index 8f13dc375e7..bd6fa0608aa 100644 --- a/lisp/generic.el +++ b/lisp/generic.el | |||
| @@ -54,7 +54,7 @@ | |||
| 54 | ;; | 54 | ;; |
| 55 | ;; * Additional expressions to font-lock. This should be a list of | 55 | ;; * Additional expressions to font-lock. This should be a list of |
| 56 | ;; expressions, each of which should be of the same form | 56 | ;; expressions, each of which should be of the same form |
| 57 | ;; as those in `font-lock-defaults-alist'. | 57 | ;; as those in `font-lock-keywords'. |
| 58 | ;; | 58 | ;; |
| 59 | ;; * List of regular expressions to be placed in auto-mode-alist. | 59 | ;; * List of regular expressions to be placed in auto-mode-alist. |
| 60 | ;; | 60 | ;; |
| @@ -206,7 +206,7 @@ KEYWORD-LIST is a list of keywords to highlight with `font-lock-keyword-face'. | |||
| 206 | Each keyword should be a string. | 206 | Each keyword should be a string. |
| 207 | 207 | ||
| 208 | FONT-LOCK-LIST is a list of additional expressions to highlight. Each entry | 208 | FONT-LOCK-LIST is a list of additional expressions to highlight. Each entry |
| 209 | in the list should have the same form as an entry in `font-lock-defaults-alist' | 209 | in the list should have the same form as an entry in `font-lock-keywords'. |
| 210 | 210 | ||
| 211 | AUTO-MODE-LIST is a list of regular expressions to add to `auto-mode-alist'. | 211 | AUTO-MODE-LIST is a list of regular expressions to add to `auto-mode-alist'. |
| 212 | These regexps are added to `auto-mode-alist' as soon as `define-generic-mode' | 212 | These regexps are added to `auto-mode-alist' as soon as `define-generic-mode' |