]> git.eshelyaron.com Git - emacs.git/commitdiff
(define-generic-mode): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sat, 27 Nov 2004 19:01:41 +0000 (19:01 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 27 Nov 2004 19:01:41 +0000 (19:01 +0000)
lisp/generic.el

index b246cd48d4a4bc69c6be1f249c4391ec509a5ee1..fe3c2c274af9fb14f761af4828d1467dd247cd89 100644 (file)
@@ -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'.