]> git.eshelyaron.com Git - emacs.git/commitdiff
(define-generic-mode): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Mon, 29 Dec 2003 19:12:40 +0000 (19:12 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 29 Dec 2003 19:12:40 +0000 (19:12 +0000)
lisp/generic.el

index 8f13dc375e7977c111eb167542fd90a3150366a0..bd6fa0608aa4f2091d7a69ae8cdd993ea2b13534 100644 (file)
@@ -54,7 +54,7 @@
 ;;
 ;; * Additional expressions to font-lock.  This should be a list of
 ;;   expressions, each of which should be of the same form
-;;   as those in `font-lock-defaults-alist'.
+;;   as those in `font-lock-keywords'.
 ;;
 ;; * List of regular expressions to be placed in auto-mode-alist.
 ;;
@@ -206,7 +206,7 @@ KEYWORD-LIST is a list of keywords to highlight with `font-lock-keyword-face'.
 Each keyword should be a string.
 
 FONT-LOCK-LIST is a list of additional expressions to highlight. Each entry
-in the list should have the same form as an entry in `font-lock-defaults-alist'
+in the list should have the same form as an entry in `font-lock-keywords'.
 
 AUTO-MODE-LIST is a list of regular expressions to add to `auto-mode-alist'.
 These regexps are added to `auto-mode-alist' as soon as `define-generic-mode'