aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2004-11-27 19:01:41 +0000
committerRichard M. Stallman2004-11-27 19:01:41 +0000
commit1d7bfe84027e97092d8af2113815c93d5b3a174c (patch)
treeff750caffead689ef2130b178b70da48f0ce9b79
parent5373d675b50b86dd8e1bb21db51679c8470ae7dd (diff)
downloademacs-1d7bfe84027e97092d8af2113815c93d5b3a174c.tar.gz
emacs-1d7bfe84027e97092d8af2113815c93d5b3a174c.zip
(define-generic-mode): Doc fix.
-rw-r--r--lisp/generic.el1
1 files changed, 1 insertions, 0 deletions
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
197or a one-character string, it is added to the mode's syntax table with 197or a one-character string, it is added to the mode's syntax table with
198`comment-start' syntax. If the entry is a cons pair, the elements of the 198`comment-start' syntax. If the entry is a cons pair, the elements of the
199pair are considered to be `comment-start' and `comment-end' respectively. 199pair are considered to be `comment-start' and `comment-end' respectively.
200\(The latter should be nil if you want comments to end at end of line.)
200Note that Emacs has limitations regarding comment characters. 201Note that Emacs has limitations regarding comment characters.
201 202
202KEYWORD-LIST is a list of keywords to highlight with `font-lock-keyword-face'. 203KEYWORD-LIST is a list of keywords to highlight with `font-lock-keyword-face'.