summaryrefslogtreecommitdiff
path: root/debian-bug.el
diff options
context:
space:
mode:
authorXiyue Deng <manphiz@gmail.com>2023-10-04 15:23:49 -0700
committerAmin Bandali <bandali@gnu.org>2023-10-07 22:41:15 -0400
commit00454d5af86feb1ada56204a481bab015b6a8971 (patch)
tree8ed83f256be9a09f99aa964148a0f4783e6d253f /debian-bug.el
parent9496601eeb7656d50073e819e850e4a9df6bd60a (diff)
Fix warning on docstring has wrong usage of unescaped single quotes.
* Escape Elisp symbol quotes using "\\=". * Use grave accent for single quotes.
Diffstat (limited to 'debian-bug.el')
-rw-r--r--debian-bug.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian-bug.el b/debian-bug.el
index ed8e6c8..06a2085 100644
--- a/debian-bug.el
+++ b/debian-bug.el
@@ -380,10 +380,10 @@
(defcustom debian-bug-helper-program nil
"Helper program to use to generate bug report background info.
-Possible values are 'bug, 'reportbug or nil (for neither).
-If not customized, it will get set to at runtime to 'reportbug if the command
-exists, or else to 'bug if that command exists, or else simply parse the
-status file."
+Possible values are \\='bug, \\='reportbug or nil (for neither).
+If not customized, it will get set to at runtime to \\='reportbug
+if the command exists, or else to \\='bug if that command exists,
+or else simply parse the status file."
:group 'debian-bug
:type '(radio (const :tag "reportbug" reportbug)
(const :tag "bug" bug)