summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2019-11-11 22:54:06 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2019-11-11 22:54:41 -0800
commit555f5f78f8f3de71431774fdabbabbcec7242727 (patch)
tree2d10b4dd90d82f10fa1faddeaf9f0513c9dfd1f6 /lisp
parentc5fd4d373ed6d80b744951afe13e50070bff41cf (diff)
downloademacs-555f5f78f8f3de71431774fdabbabbcec7242727.tar.gz
emacs-555f5f78f8f3de71431774fdabbabbcec7242727.tar.bz2
emacs-555f5f78f8f3de71431774fdabbabbcec7242727.zip
Fix a few more minor quoting problems.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/erc/erc-stamp.el2
-rw-r--r--lisp/gnus/nnmairix.el2
-rw-r--r--lisp/obsolete/vip.el2
-rw-r--r--lisp/progmodes/compile.el2
-rw-r--r--lisp/simple.el2
-rw-r--r--lisp/textmodes/remember.el2
6 files changed, 6 insertions, 6 deletions
diff --git a/lisp/erc/erc-stamp.el b/lisp/erc/erc-stamp.el
index 1ddb87ae86d..559f65c29bb 100644
--- a/lisp/erc/erc-stamp.el
+++ b/lisp/erc/erc-stamp.el
@@ -357,7 +357,7 @@ Return the empty string if FORMAT is nil."
ts)
""))
-;; This function is used to munge `buffer-invisibility-spec to an
+;; This function is used to munge `buffer-invisibility-spec' to an
;; appropriate value. Currently, it only handles timestamps, thus its
;; location. If you add other features which affect invisibility,
;; please modify this function and move it to a more appropriate
diff --git a/lisp/gnus/nnmairix.el b/lisp/gnus/nnmairix.el
index d0a38e17c8e..6e527a5a7af 100644
--- a/lisp/gnus/nnmairix.el
+++ b/lisp/gnus/nnmairix.el
@@ -1459,7 +1459,7 @@ group."
(while (and allservers (not found))
(setq mairixserver (gnus-server-to-method (car (pop allservers))))
;; First we look if SERVER is the backend of current nnmairix server
- (setq found (and (eq (cadr (assoc `nnmairix-backend mairixserver))
+ (setq found (and (eq (cadr (assoc 'nnmairix-backend mairixserver))
(car server))
(string= (cadr (assoc 'nnmairix-backend-server mairixserver))
(nth 1 server))))
diff --git a/lisp/obsolete/vip.el b/lisp/obsolete/vip.el
index 4d24e694a19..d4eac2a2e0a 100644
--- a/lisp/obsolete/vip.el
+++ b/lisp/obsolete/vip.el
@@ -2250,7 +2250,7 @@ a token has type \(command, address, end-mark\) and value."
(forward-char 1)
(cond ((looking-at "'") (setq ex-token nil))
((looking-at "[a-z]") (setq ex-token (following-char)))
- (t (error "%s" "Marks are ' and a-z" ?')))
+ (t (error "%s" "Marks are ' and a-z")))
(forward-char 1))
((looking-at "\n")
(setq ex-token-type "end-mark")
diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el
index f412dbcd546..5a3386f2279 100644
--- a/lisp/progmodes/compile.el
+++ b/lisp/progmodes/compile.el
@@ -1252,7 +1252,7 @@ FMTS is a list of format specs for transforming the file name.
(unless file (setq file '("*unknown*")))
(let* ((file-struct (compilation-get-file-structure file fmts))
;; Get first already existing marker (if any has one, all have one).
- ;; Do this first, as the compilation-assq`s may create new nodes.
+ ;; Do this first, as the compilation-assq's may create new nodes.
(marker-line ; a line structure
(cadr (compilation--file-struct->loc-tree file-struct)))
(marker
diff --git a/lisp/simple.el b/lisp/simple.el
index 47d4adb0fd6..872fb13237a 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -9065,7 +9065,7 @@ contains the list of implementations currently supported for this command."
(unless (string-equal val "")
(when (null ,varimp-sym)
(message
- "Use C-u M-x %s RET`to select another implementation"
+ "Use `C-u M-x %s RET' to select another implementation"
,command-name)
(sit-for 3))
(customize-save-variable ',varimp-sym
diff --git a/lisp/textmodes/remember.el b/lisp/textmodes/remember.el
index 67ecd3ced81..56737571c48 100644
--- a/lisp/textmodes/remember.el
+++ b/lisp/textmodes/remember.el
@@ -148,7 +148,7 @@
;; out, in the long run? Perhaps its because the time we save
;; electronically in one way, we're losing electronically in another;
;; the tool should never dominate one's focus. As the mystic
-;; Faridu'd-Din `Attar wrote: "Be occupied as little as possible with
+;; Farīd ud-Dīn ʿAṭṭār wrote: "Be occupied as little as possible with
;; things of the outer world but much with things of the inner world;
;; then right action will overcome inaction."
;;