From: Richard M. Stallman Date: Mon, 29 Dec 2003 19:12:40 +0000 (+0000) Subject: (define-generic-mode): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~8088 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=21b22cf98495436bf28dd8e2fc57b5664526ca6b;p=emacs.git (define-generic-mode): Doc fix. --- 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 @@ ;; ;; * 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'