From 5b767273d6069f8dcd2af1dfadaf9a147847d504 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Tue, 24 May 2022 18:52:58 +0200 Subject: [PATCH] Fix a byte compilation warning in electric.el MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * 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 b9533056479..0cf3a299cfa 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 -- 2.39.2