emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 5b767273d6: Fix a byte compilation warning in electric.el


From: Lars Ingebrigtsen
Subject: master 5b767273d6: Fix a byte compilation warning in electric.el
Date: Tue, 24 May 2022 12:53:13 -0400 (EDT)

branch: master
commit 5b767273d6069f8dcd2af1dfadaf9a147847d504
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Fix a byte compilation warning in electric.el
    
    * lisp/electric.el (electric-quote-mode): Quote a naked ‘ character.
---
 lisp/electric.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/electric.el b/lisp/electric.el
index b953305647..0cf3a299cf 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]