]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix a byte compilation warning in electric.el
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 24 May 2022 16:52:58 +0000 (18:52 +0200)
committerLars 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

index b9533056479c825b319d77b64ec45f2ed8bfa66d..0cf3a299cfa959d59c04396580efbc7549761b7b 100644 (file)
@@ -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