summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apt-sources.el8
-rw-r--r--debian-bug.el8
-rw-r--r--debian-el.el2
3 files changed, 9 insertions, 9 deletions
diff --git a/apt-sources.el b/apt-sources.el
index a418789..2a4122f 100644
--- a/apt-sources.el
+++ b/apt-sources.el
@@ -170,7 +170,7 @@ inserted."
;;Regexps for identifying source line parts for font-lock.
(defvar apt-sources-font-lock-deb-regexp "\\(deb\\|deb-src\\)"
- "A regexp that matches 'deb' or 'deb-src' at the begining of line.")
+ "A regexp that matches `deb' or `deb-src' at the begining of line.")
(defvar apt-sources-font-lock-uri-regexp
"\\([^ ]+\\)"
@@ -375,7 +375,7 @@ ARG is the prefix argument."
(defun apt-sources-change-source-type ()
"Change the type of the source line.
-TYPE is either 'd' or 's' to change the type to 'deb' or 'deb-src'.
+TYPE is either `d' or `s' to change the type to `deb' or `deb-src'.
This function will rise an error if we are not in a source line."
(interactive)
@@ -412,7 +412,7 @@ This function will rise an error if we are not in a source line."
(defun apt-sources-change-uri-address (uri-address)
"Change the URI address of the source line.
String URI-ADDRESS is the address (without the type of address,
-ex: 'http://').
+ex: `http://').
This function will rise an error if we are not in a source line."
(interactive "sURI address: ")
@@ -468,7 +468,7 @@ This function will rise an error if we are not in a source line."
(insert components)))))
(defun apt-sources-deb-or-src-replicate ()
- "Copy the source line and change the 'deb' to 'deb-src' or viceversa.
+ "Copy the source line and change the `deb' to `deb-src' or vice versa.
This function will rise an error if we are not on a source line."
(interactive)
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)
diff --git a/debian-el.el b/debian-el.el
index 6f32522..6b8c754 100644
--- a/debian-el.el
+++ b/debian-el.el
@@ -99,7 +99,7 @@ This function is for use from `file-coding-system-alist'.
ARG-LIST is arguments passed to `find-operation-coding-system'.
The only operation handled here is `insert-file-contents' with a
buffer filename \".deb-INFO!./control\", for which the return is
-'utf-8, and for anything else the return is nil (letting
+\\='utf-8, and for anything else the return is nil (letting
`find-operation-coding-system' try other things).
This is done as a function because the filename passed to