summaryrefslogtreecommitdiff
path: root/debian-bug.el
diff options
context:
space:
mode:
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)