diff options
| author | Lars Ingebrigtsen | 2022-05-24 18:42:30 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2022-05-24 18:48:50 +0200 |
| commit | d036891967aebcf9cb7ef468d8e8f2019ffde6e2 (patch) | |
| tree | 19e3014a2038da36f0c3df503ca48344f6c1b9df | |
| parent | 881aa943e58abb338375d30789373506726c28ba (diff) | |
| download | emacs-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.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/srecode/texi.el | 2 | ||||
| -rw-r--r-- | lisp/electric.el | 2 | ||||
| -rw-r--r-- | lisp/help.el | 6 | ||||
| -rw-r--r-- | lisp/repeat.el | 2 | ||||
| -rw-r--r-- | lisp/view.el | 2 |
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. |
| 314 | A metaparent is a made-up type semantic token used to hold the child list | 314 | A metaparent is a made-up type semantic token used to hold the child list |
| 315 | of orphaned members of a named type.") | 315 | of 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 | ||
| 623 | When enabled, as you type this replaces \\=` with ‘, \\=' with ’, | 623 | When 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, |
| 625 | and text paragraphs, and these are selectively controlled with | 625 | and 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 | ||
| 1103 | Each substring of the form \\\\={MAPVAR} is replaced by a summary | 1103 | Each substring of the form \\\\={MAPVAR} is replaced by a summary |
| 1104 | of the value of MAPVAR as a keymap. This summary is similar to | 1104 | of the value of MAPVAR as a keymap. This summary is similar to |
| 1105 | the one produced by ‘describe-bindings’. This will normally | 1105 | the one produced by `describe-bindings'. This will normally |
| 1106 | exclude menu bindings, but if the optional INCLUDE-MENUS argument | 1106 | exclude menu bindings, but if the optional INCLUDE-MENUS argument |
| 1107 | is non-nil, also include menu bindings. The summary ends in two | 1107 | is non-nil, also include menu bindings. The summary ends in two |
| 1108 | newlines (used by the helper function ‘help-make-xrefs’ to find | 1108 | newlines (used by the helper function `help-make-xrefs' to find |
| 1109 | the end of the summary). | 1109 | the end of the summary). |
| 1110 | 1110 | ||
| 1111 | Each substring of the form \\\\=<MAPVAR> specifies the use of MAPVAR | 1111 | Each substring of the form \\\\=<MAPVAR> specifies the use of MAPVAR |
| @@ -1113,7 +1113,7 @@ as the keymap for future \\\\=[COMMAND] substrings. | |||
| 1113 | 1113 | ||
| 1114 | Each grave accent \\=` is replaced by left quote, and each apostrophe \\=' | 1114 | Each grave accent \\=` is replaced by left quote, and each apostrophe \\=' |
| 1115 | is replaced by right quote. Left and right quote characters are | 1115 | is replaced by right quote. Left and right quote characters are |
| 1116 | specified by ‘text-quoting-style’. | 1116 | specified 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 \\\\== |
| 1119 | into the output, \\\\==\\[ puts \\[ into the output, and \\\\==\\=` puts \\=` into the | 1119 | into 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 | |||
| 176 | that, and usually does do more good than harm. However, like all do-gooders, | 176 | that, and usually does do more good than harm. However, like all do-gooders, |
| 177 | sometimes `repeat' gets surprising results from its altruism. The value of | 177 | sometimes `repeat' gets surprising results from its altruism. The value of |
| 178 | this function is always whether the value of `this-command' would've been | 178 | this 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 |