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
|
@ -348,7 +348,7 @@ else the global value will be modified."
|
|||
;;;###autoload
|
||||
(defun byte-compile-enable-warning (warning)
|
||||
"Change `byte-compile-warnings' to enable WARNING.
|
||||
If `byte-compile-warnings' is `t', do nothing. Otherwise, if the
|
||||
If `byte-compile-warnings' is t, do nothing. Otherwise, if the
|
||||
first element is `not', remove WARNING, else add it.
|
||||
Normally you should let-bind `byte-compile-warnings' before calling this,
|
||||
else the global value will be modified."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue