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:
parent
33b522e057
commit
d7e170b3d2
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user