aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc
diff options
context:
space:
mode:
authorPaul Eggert2015-05-21 10:04:45 -0700
committerPaul Eggert2015-05-21 10:06:44 -0700
commit96794d2f97cd064e4c2bf4f71459b42558cc8c79 (patch)
treeae2d3836af726636586f4ed21dbdfcb079715777 /lisp/vc
parentfc071bf7c6a300f52142b92cf99c5a0e63b3e235 (diff)
downloademacs-96794d2f97cd064e4c2bf4f71459b42558cc8c79.tar.gz
emacs-96794d2f97cd064e4c2bf4f71459b42558cc8c79.zip
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.
Diffstat (limited to 'lisp/vc')
-rw-r--r--lisp/vc/compare-w.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc/compare-w.el b/lisp/vc/compare-w.el
index 07c07682186..5b923697241 100644
--- a/lisp/vc/compare-w.el
+++ b/lisp/vc/compare-w.el
@@ -88,7 +88,7 @@ regexp containing some field separator or a newline, depending on
88the nature of the difference units separator. The variable can 88the nature of the difference units separator. The variable can
89be made buffer-local. 89be made buffer-local.
90 90
91If the value of this variable is `nil' (option \"No sync\"), then 91If the value of this variable is nil (option \"No sync\"), then
92no synchronization is performed, and the function `ding' is called 92no synchronization is performed, and the function `ding' is called
93to beep or flash the screen when points are mismatched." 93to beep or flash the screen when points are mismatched."
94 :type '(choice function regexp (const :tag "No sync" nil)) 94 :type '(choice function regexp (const :tag "No sync" nil))