mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
Don't quote nil and t in doc strings
This is as per "Tips for Documentation Strings" in the elisp manual. For consistency, do the same in diagnostics and comments.
This commit is contained in:
parent
fc071bf7c6
commit
96794d2f97
97 changed files with 177 additions and 177 deletions
|
|
@ -54,7 +54,7 @@ the middle is discarded, and just the beginning and end are displayed."
|
|||
The value affects the behavior of operations on any window
|
||||
previously showing the debugger buffer.
|
||||
|
||||
`nil' means that if its window is not deleted when exiting the
|
||||
nil means that if its window is not deleted when exiting the
|
||||
debugger, invoking `switch-to-prev-buffer' will usually show
|
||||
the debugger buffer again.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue