summaryrefslogtreecommitdiff
path: root/lisp/electric.el
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2022-05-24 18:42:30 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2022-05-24 18:48:50 +0200
commitd036891967aebcf9cb7ef468d8e8f2019ffde6e2 (patch)
tree19e3014a2038da36f0c3df503ca48344f6c1b9df /lisp/electric.el
parent881aa943e58abb338375d30789373506726c28ba (diff)
downloademacs-d036891967aebcf9cb7ef468d8e8f2019ffde6e2.tar.gz
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.
Diffstat (limited to 'lisp/electric.el')
-rw-r--r--lisp/electric.el2
1 files changed, 1 insertions, 1 deletions
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."
(define-minor-mode electric-quote-mode
"Toggle on-the-fly requoting (Electric Quote mode).
-When enabled, as you type this replaces \\=` with ‘, \\=' with ’,
+When enabled, as you type this replaces \\=` with ‘, \\=' with \\=’,
\\=`\\=` with “, and \\='\\=' with ”. This occurs only in comments, strings,
and text paragraphs, and these are selectively controlled with
`electric-quote-comment', `electric-quote-string', and