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
|
@ -8162,7 +8162,7 @@ demand _EXTRA in the keyword list."
|
|||
class
|
||||
(idlwave-routines)) 'do-link))))))
|
||||
|
||||
;; If the class is `t', combine all keywords of all methods NAME
|
||||
;; If the class is t, combine all keywords of all methods NAME
|
||||
(when (eq class t)
|
||||
(mapc (lambda (entry)
|
||||
(and
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue