diff options
| author | Richard M. Stallman | 2004-11-27 19:01:41 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-11-27 19:01:41 +0000 |
| commit | 1d7bfe84027e97092d8af2113815c93d5b3a174c (patch) | |
| tree | ff750caffead689ef2130b178b70da48f0ce9b79 | |
| parent | 5373d675b50b86dd8e1bb21db51679c8470ae7dd (diff) | |
| download | emacs-1d7bfe84027e97092d8af2113815c93d5b3a174c.tar.gz emacs-1d7bfe84027e97092d8af2113815c93d5b3a174c.zip | |
(define-generic-mode): Doc fix.
| -rw-r--r-- | lisp/generic.el | 1 |
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 | |||
| 197 | or a one-character string, it is added to the mode's syntax table with | 197 | or 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 |
| 199 | pair are considered to be `comment-start' and `comment-end' respectively. | 199 | pair 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.) | ||
| 200 | Note that Emacs has limitations regarding comment characters. | 201 | Note that Emacs has limitations regarding comment characters. |
| 201 | 202 | ||
| 202 | KEYWORD-LIST is a list of keywords to highlight with `font-lock-keyword-face'. | 203 | KEYWORD-LIST is a list of keywords to highlight with `font-lock-keyword-face'. |