# HG changeset patch # User Richard M. Stallman # Date 1072725160 0 # Node ID 3cf88b19f76230148cc2a864ff1470ed89856f2c # Parent 01072e418fa4ed31ccd31f7f42022b059c4fd840 (define-generic-mode): Doc fix. diff -r 01072e418fa4 -r 3cf88b19f762 lisp/generic.el --- a/lisp/generic.el Mon Dec 29 19:12:17 2003 +0000 +++ b/lisp/generic.el Mon Dec 29 19:12:40 2003 +0000 @@ -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 @@ 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'