From 96794d2f97cd064e4c2bf4f71459b42558cc8c79 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 21 May 2015 10:04:45 -0700 Subject: 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. --- lisp/progmodes/cperl-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/progmodes/cperl-mode.el') diff --git a/lisp/progmodes/cperl-mode.el b/lisp/progmodes/cperl-mode.el index 2acfc104cf3..d6f6f3b25b0 100644 --- a/lisp/progmodes/cperl-mode.el +++ b/lisp/progmodes/cperl-mode.el @@ -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) -- cgit v1.2.3