diff lisp/generic.el @ 58587:275bfc016770

(define-generic-mode): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sat, 27 Nov 2004 19:01:41 +0000
parents 9aacf8e5ae58
children b392b963c10b f2ebccfa87d4
line wrap: on
line diff
--- a/lisp/generic.el	Sat Nov 27 19:01:02 2004 +0000
+++ b/lisp/generic.el	Sat Nov 27 19:01:41 2004 +0000
@@ -197,6 +197,7 @@
 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'.