]> code.delx.au - gnu-emacs/blobdiff - lisp/emacs-lisp/cl-indent.el
Don't quote nil and t in doc strings
[gnu-emacs] / lisp / emacs-lisp / cl-indent.el
index 5e75406cf22637efe718b5fecf3dfd43c6ebe010..57da7159d5c2f777c43783815110cffe14ff8fc3 100644 (file)
@@ -140,13 +140,13 @@ If non-nil, alignment is done with the first parameter
 
 (defcustom lisp-indent-backquote-substitution-mode t
   "How to indent substitutions in backquotes.
-If `t', the default, indent substituted forms normally.
-If `nil', do not apply special indentation rule to substituted
+If t, the default, indent substituted forms normally.
+If nil, do not apply special indentation rule to substituted
 forms.  If `corrected', subtract the `,' or `,@' from the form
 column, indenting as if this character sequence were not present.
 In any case, do not backtrack beyond a backquote substitution.
 
-Until Emacs 25.1, the `nil' behavior was hard-wired."
+Until Emacs 25.1, the nil behavior was hard-wired."
   :version "25.1"
   :type '(choice (const corrected) (const nil) (const t))
   :group 'lisp-indent)