projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2701cd5
)
Fix a byte compilation warning in electric.el
author
Lars Ingebrigtsen
<larsi@gnus.org>
Tue, 24 May 2022 16:52:58 +0000
(18:52 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Tue, 24 May 2022 16:52:58 +0000
(18:52 +0200)
* lisp/electric.el (electric-quote-mode): Quote a naked ‘ character.
lisp/electric.el
patch
|
blob
|
history
diff --git
a/lisp/electric.el
b/lisp/electric.el
index b9533056479c825b319d77b64ec45f2ed8bfa66d..0cf3a299cfa959d59c04396580efbc7549761b7b 100644
(file)
--- 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