# HG changeset patch # User Richard M. Stallman # Date 1101582101 0 # Node ID 275bfc016770f7263b0b52e988202dc123965b88 # Parent 7bc75f3f915a3164521a326ce1b6ffd6f5f57db9 (define-generic-mode): Doc fix. diff -r 7bc75f3f915a -r 275bfc016770 lisp/generic.el --- 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'.