]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/cperl-mode.el
Don't quote nil and t in doc strings
[gnu-emacs] / lisp / progmodes / cperl-mode.el
index 2acfc104cf3fdcdf5daf37b7975377e51f36d552..d6f6f3b25b0fa8ef3d279bc7fe4788512f53ef9e 100644 (file)
@@ -282,7 +282,7 @@ This is in addition to cperl-continued-statement-offset."
 
 (defcustom cperl-indent-wrt-brace t
   "*Non-nil means indent statements in if/etc block relative brace, not if/etc.
-Versions 5.2 ... 5.20 behaved as if this were `nil'."
+Versions 5.2 ... 5.20 behaved as if this were nil."
   :type 'boolean
   :group 'cperl-indentation-details)