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
|
@ -1615,8 +1615,8 @@ function,command,variable,option or symbol." ms1))))))
|
|||
(or
|
||||
;; * The documentation string for a variable that is a
|
||||
;; yes-or-no flag should start with words such as Non-nil
|
||||
;; means..., to make it clear that all non-`nil' values are
|
||||
;; equivalent and indicate explicitly what `nil' and non-`nil'
|
||||
;; means..., to make it clear that all non-nil values are
|
||||
;; equivalent and indicate explicitly what nil and non-nil
|
||||
;; mean.
|
||||
;; * If a user option variable records a true-or-false
|
||||
;; condition, give it a name that ends in `-flag'.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue