From: Richard M. Stallman Date: Sat, 27 Nov 2004 19:01:41 +0000 (+0000) Subject: (define-generic-mode): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~3599 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1d7bfe84027e97092d8af2113815c93d5b3a174c;p=emacs.git (define-generic-mode): Doc fix. --- diff --git a/lisp/generic.el b/lisp/generic.el index b246cd48d4a..fe3c2c274af 100644 --- a/lisp/generic.el +++ b/lisp/generic.el @@ -197,6 +197,7 @@ a one or two character string or a cons pair. If the entry is a character or a one-character string, it is added to the mode's syntax table with `comment-start' syntax. If the entry is a cons pair, the elements of the pair are considered to be `comment-start' and `comment-end' respectively. +\(The latter should be nil if you want comments to end at end of line.) Note that Emacs has limitations regarding comment characters. KEYWORD-LIST is a list of keywords to highlight with `font-lock-keyword-face'.