Mercurial > emacs
changeset 58587:275bfc016770
(define-generic-mode): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 27 Nov 2004 19:01:41 +0000 |
parents | 7bc75f3f915a |
children | a44a4cdb021d |
files | lisp/generic.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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'.