From: Juanma Barranquero Date: Tue, 6 May 2003 17:41:48 +0000 (+0000) Subject: (cpp-edit-list): Don't quote nil and t in docstrings. X-Git-Tag: ttn-vms-21-2-B4~10284 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d7e170b3d2c6910b77a343506c1819d7b5ed3a00;p=emacs.git (cpp-edit-list): Don't quote nil and t in docstrings. --- 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: 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)