aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2022-05-24 18:42:30 +0200
committerLars Ingebrigtsen2022-05-24 18:48:50 +0200
commitd036891967aebcf9cb7ef468d8e8f2019ffde6e2 (patch)
tree19e3014a2038da36f0c3df503ca48344f6c1b9df
parent881aa943e58abb338375d30789373506726c28ba (diff)
downloademacs-d036891967aebcf9cb7ef468d8e8f2019ffde6e2.tar.gz
emacs-d036891967aebcf9cb7ef468d8e8f2019ffde6e2.zip
Fix the final divergent single quote usages in doc strings
* lisp/view.el (view-mode-map): * lisp/repeat.el (repeat-is-really-this-command): * lisp/help.el (substitute-command-keys): * lisp/electric.el (electric-quote-mode): * lisp/cedet/srecode/texi.el (srecode-texi-texify-docstring): * lisp/cedet/semantic/sort.el (semantic-orphaned-member-metaparent-type): Audit usages of single quotes in doc strings.
-rw-r--r--lisp/cedet/semantic/sort.el2
-rw-r--r--lisp/cedet/srecode/texi.el2
-rw-r--r--lisp/electric.el2
-rw-r--r--lisp/help.el6
-rw-r--r--lisp/repeat.el2
-rw-r--r--lisp/view.el2
6 files changed, 8 insertions, 8 deletions
diff --git a/lisp/cedet/semantic/sort.el b/lisp/cedet/semantic/sort.el
index 1503a766dc8..756b949c0d1 100644
--- a/lisp/cedet/semantic/sort.el
+++ b/lisp/cedet/semantic/sort.el
@@ -310,7 +310,7 @@ may re-organize the list with side-effects."
310;; class tag. 310;; class tag.
311;; 311;;
312(defvar-local semantic-orphaned-member-metaparent-type "class" 312(defvar-local semantic-orphaned-member-metaparent-type "class"
313 "In `semantic-adopt-external-members', the type of 'type for metaparents. 313 "In `semantic-adopt-external-members', the type of `type' for metaparents.
314A metaparent is a made-up type semantic token used to hold the child list 314A metaparent is a made-up type semantic token used to hold the child list
315of orphaned members of a named type.") 315of orphaned members of a named type.")
316 316
diff --git a/lisp/cedet/srecode/texi.el b/lisp/cedet/srecode/texi.el
index 50b0e150ff3..c297429e408 100644
--- a/lisp/cedet/srecode/texi.el
+++ b/lisp/cedet/srecode/texi.el
@@ -246,7 +246,7 @@ that class.
246 class => @code{class} @xref{class} 246 class => @code{class} @xref{class}
247 unknown => @code{unknown} 247 unknown => @code{unknown}
248 \"text\" => \\=`\\=`text\\='\\=' 248 \"text\" => \\=`\\=`text\\='\\='
249 'quoteme => @code{quoteme} 249 \\='quoteme => @code{quoteme}
250 non-nil => non-@code{nil} 250 non-nil => non-@code{nil}
251 t => @code{t} 251 t => @code{t}
252 :tag => @code{:tag} 252 :tag => @code{:tag}
diff --git a/lisp/electric.el b/lisp/electric.el
index 3d3f65c2daf..b9533056479 100644
--- a/lisp/electric.el
+++ b/lisp/electric.el
@@ -620,7 +620,7 @@ This requotes when a quoting key is typed."
620(define-minor-mode electric-quote-mode 620(define-minor-mode electric-quote-mode
621 "Toggle on-the-fly requoting (Electric Quote mode). 621 "Toggle on-the-fly requoting (Electric Quote mode).
622 622
623When enabled, as you type this replaces \\=` with ‘, \\=' with ’, 623When enabled, as you type this replaces \\=` with ‘, \\=' with \\=’,
624\\=`\\=` with “, and \\='\\=' with ”. This occurs only in comments, strings, 624\\=`\\=` with “, and \\='\\=' with ”. This occurs only in comments, strings,
625and text paragraphs, and these are selectively controlled with 625and text paragraphs, and these are selectively controlled with
626`electric-quote-comment', `electric-quote-string', and 626`electric-quote-comment', `electric-quote-string', and
diff --git a/lisp/help.el b/lisp/help.el
index ae65cc07dfa..1faebdf461d 100644
--- a/lisp/help.el
+++ b/lisp/help.el
@@ -1102,10 +1102,10 @@ KEYBINDING and use the `help-key-binding' face.
1102 1102
1103Each substring of the form \\\\={MAPVAR} is replaced by a summary 1103Each substring of the form \\\\={MAPVAR} is replaced by a summary
1104of the value of MAPVAR as a keymap. This summary is similar to 1104of the value of MAPVAR as a keymap. This summary is similar to
1105the one produced by describe-bindings. This will normally 1105the one produced by `describe-bindings'. This will normally
1106exclude menu bindings, but if the optional INCLUDE-MENUS argument 1106exclude menu bindings, but if the optional INCLUDE-MENUS argument
1107is non-nil, also include menu bindings. The summary ends in two 1107is non-nil, also include menu bindings. The summary ends in two
1108newlines (used by the helper function help-make-xrefs to find 1108newlines (used by the helper function `help-make-xrefs' to find
1109the end of the summary). 1109the end of the summary).
1110 1110
1111Each substring of the form \\\\=<MAPVAR> specifies the use of MAPVAR 1111Each substring of the form \\\\=<MAPVAR> specifies the use of MAPVAR
@@ -1113,7 +1113,7 @@ as the keymap for future \\\\=[COMMAND] substrings.
1113 1113
1114Each grave accent \\=` is replaced by left quote, and each apostrophe \\=' 1114Each grave accent \\=` is replaced by left quote, and each apostrophe \\='
1115is replaced by right quote. Left and right quote characters are 1115is replaced by right quote. Left and right quote characters are
1116specified by text-quoting-style. 1116specified by `text-quoting-style'.
1117 1117
1118\\\\== quotes the following character and is discarded; thus, \\\\==\\\\== puts \\\\== 1118\\\\== quotes the following character and is discarded; thus, \\\\==\\\\== puts \\\\==
1119into the output, \\\\==\\[ puts \\[ into the output, and \\\\==\\=` puts \\=` into the 1119into the output, \\\\==\\[ puts \\[ into the output, and \\\\==\\=` puts \\=` into the
diff --git a/lisp/repeat.el b/lisp/repeat.el
index aaccc22784d..ea4e3d0bd81 100644
--- a/lisp/repeat.el
+++ b/lisp/repeat.el
@@ -176,7 +176,7 @@ that variable on the theory they're doing more good than harm; `repeat' does
176that, and usually does do more good than harm. However, like all do-gooders, 176that, and usually does do more good than harm. However, like all do-gooders,
177sometimes `repeat' gets surprising results from its altruism. The value of 177sometimes `repeat' gets surprising results from its altruism. The value of
178this function is always whether the value of `this-command' would've been 178this function is always whether the value of `this-command' would've been
179'repeat if `repeat' hadn't modified it." 179`repeat' if `repeat' hadn't modified it."
180 (= repeat-num-input-keys-at-repeat num-input-keys)) 180 (= repeat-num-input-keys-at-repeat num-input-keys))
181 181
182;; An example of the use of (repeat-is-really-this-command) may still be 182;; An example of the use of (repeat-is-really-this-command) may still be
diff --git a/lisp/view.el b/lisp/view.el
index bfc0341b2a8..3343136c1cc 100644
--- a/lisp/view.el
+++ b/lisp/view.el
@@ -146,7 +146,7 @@ This is local in each buffer, once it is used.")
146 146
147;; Some redundant "less"-like key bindings below have been commented out. 147;; Some redundant "less"-like key bindings below have been commented out.
148(defvar-keymap view-mode-map 148(defvar-keymap view-mode-map
149 :doc "Keymap for view-mode." 149 :doc "Keymap for `view-mode'."
150 "C" #'View-kill-and-leave 150 "C" #'View-kill-and-leave
151 "c" #'View-leave 151 "c" #'View-leave
152 "Q" #'View-quit-all 152 "Q" #'View-quit-all