diff options
| author | Paul Eggert | 2015-05-21 10:04:45 -0700 |
|---|---|---|
| committer | Paul Eggert | 2015-05-21 10:06:44 -0700 |
| commit | 96794d2f97cd064e4c2bf4f71459b42558cc8c79 (patch) | |
| tree | ae2d3836af726636586f4ed21dbdfcb079715777 /lisp/vc | |
| parent | fc071bf7c6a300f52142b92cf99c5a0e63b3e235 (diff) | |
| download | emacs-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.el | 2 |
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 | |||
| 88 | the nature of the difference units separator. The variable can | 88 | the nature of the difference units separator. The variable can |
| 89 | be made buffer-local. | 89 | be made buffer-local. |
| 90 | 90 | ||
| 91 | If the value of this variable is `nil' (option \"No sync\"), then | 91 | If the value of this variable is nil (option \"No sync\"), then |
| 92 | no synchronization is performed, and the function `ding' is called | 92 | no synchronization is performed, and the function `ding' is called |
| 93 | to beep or flash the screen when points are mismatched." | 93 | to 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)) |