diff options
| author | Juanma Barranquero | 2003-05-06 17:41:48 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2003-05-06 17:41:48 +0000 |
| commit | d7e170b3d2c6910b77a343506c1819d7b5ed3a00 (patch) | |
| tree | 72ed134d769452ddbaf505921435fcb3a4817fdd /lisp/progmodes/cpp.el | |
| parent | 33b522e057365ad8c639f8b147eb7b0cb9390525 (diff) | |
| download | emacs-d7e170b3d2c6910b77a343506c1819d7b5ed3a00.tar.gz emacs-d7e170b3d2c6910b77a343506c1819d7b5ed3a00.zip | |
(cpp-edit-list): Don't quote nil and t in docstrings.
Diffstat (limited to 'lisp/progmodes/cpp.el')
| -rw-r--r-- | lisp/progmodes/cpp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/cpp.el b/lisp/progmodes/cpp.el index 310c789bb13..c83dad2ffd6 100644 --- a/lisp/progmodes/cpp.el +++ b/lisp/progmodes/cpp.el | |||
| @@ -92,7 +92,7 @@ Each entry is a list with the following elements: | |||
| 92 | 0. The name of the macro (a string). | 92 | 0. The name of the macro (a string). |
| 93 | 1. Face used for text that is `ifdef' the macro. | 93 | 1. Face used for text that is `ifdef' the macro. |
| 94 | 2. Face used for text that is `ifndef' the macro. | 94 | 2. Face used for text that is `ifndef' the macro. |
| 95 | 3. `t', `nil', or `both' depending on what text may be edited." | 95 | 3. t, nil, or `both' depending on what text may be edited." |
| 96 | :type '(repeat (list string face face | 96 | :type '(repeat (list string face face |
| 97 | (choice (const t) | 97 | (choice (const t) |
| 98 | (const nil) | 98 | (const nil) |