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 /test/automated/data | |
| 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 'test/automated/data')
| -rw-r--r-- | test/automated/data/package/newer-versions/simple-single-1.4.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/automated/data/package/newer-versions/simple-single-1.4.el b/test/automated/data/package/newer-versions/simple-single-1.4.el index 7d8178c05a5..7b1c00c06db 100644 --- a/test/automated/data/package/newer-versions/simple-single-1.4.el +++ b/test/automated/data/package/newer-versions/simple-single-1.4.el | |||
| @@ -19,7 +19,7 @@ | |||
| 19 | 19 | ||
| 20 | (defcustom simple-single-super-sunday nil | 20 | (defcustom simple-single-super-sunday nil |
| 21 | "How great is this? | 21 | "How great is this? |
| 22 | Default changed to `nil'." | 22 | Default changed to nil." |
| 23 | :type 'boolean | 23 | :type 'boolean |
| 24 | :group 'simple-single | 24 | :group 'simple-single |
| 25 | :package-version "1.4") | 25 | :package-version "1.4") |