aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2003-12-29 19:12:40 +0000
committerRichard M. Stallman2003-12-29 19:12:40 +0000
commit21b22cf98495436bf28dd8e2fc57b5664526ca6b (patch)
treefd2f81b05de9401ea11485db8f903724299d6192
parent3750be31d39fd4f0d9efaf43c0586ef44186108f (diff)
downloademacs-21b22cf98495436bf28dd8e2fc57b5664526ca6b.tar.gz
emacs-21b22cf98495436bf28dd8e2fc57b5664526ca6b.zip
(define-generic-mode): Doc fix.
-rw-r--r--lisp/generic.el4
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'.
206Each keyword should be a string. 206Each keyword should be a string.
207 207
208FONT-LOCK-LIST is a list of additional expressions to highlight. Each entry 208FONT-LOCK-LIST is a list of additional expressions to highlight. Each entry
209in the list should have the same form as an entry in `font-lock-defaults-alist' 209in the list should have the same form as an entry in `font-lock-keywords'.
210 210
211AUTO-MODE-LIST is a list of regular expressions to add to `auto-mode-alist'. 211AUTO-MODE-LIST is a list of regular expressions to add to `auto-mode-alist'.
212These regexps are added to `auto-mode-alist' as soon as `define-generic-mode' 212These regexps are added to `auto-mode-alist' as soon as `define-generic-mode'