changeset 50858:54347668e2e9

(cpp-edit-list): Don't quote nil and t in docstrings.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 06 May 2003 17:41:48 +0000
parents 48163c1bd10e
children 25507c4ce520
files lisp/progmodes/cpp.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/cpp.el	Tue May 06 17:40:52 2003 +0000
+++ b/lisp/progmodes/cpp.el	Tue May 06 17:41:48 2003 +0000
@@ -92,7 +92,7 @@
 0. The name of the macro (a string).
 1. Face used for text that is `ifdef' the macro.
 2. Face used for text that is `ifndef' the macro.
-3. `t', `nil', or `both' depending on what text may be edited."
+3. t, nil, or `both' depending on what text may be edited."
   :type '(repeat (list string face face
 		       (choice (const t)
 			       (const nil)