From: Lars Ingebrigtsen Date: Tue, 24 May 2022 16:52:58 +0000 (+0200) Subject: Fix a byte compilation warning in electric.el X-Git-Tag: emacs-29.0.90~1910^2~450 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5b767273d6069f8dcd2af1dfadaf9a147847d504;p=emacs.git Fix a byte compilation warning in electric.el * lisp/electric.el (electric-quote-mode): Quote a naked ‘ character. --- 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