1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-27 10:54:40 +00:00

(cpp-edit-list): Don't quote nil and t in docstrings.

This commit is contained in:
Juanma Barranquero 2003-05-06 17:41:48 +00:00
parent 33b522e057
commit d7e170b3d2

View File

@ -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)