From: Paul Eggert Date: Fri, 21 Oct 2016 21:00:09 +0000 (-0700) Subject: * lisp/electric.el (electric-quote-mode): Improve doc (Bug#24759). X-Git-Tag: emacs-25.1.90~100 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5a26c9b0e1b0d9a2de35e0a8b0a803017e70def0;p=emacs.git * lisp/electric.el (electric-quote-mode): Improve doc (Bug#24759). --- diff --git a/lisp/electric.el b/lisp/electric.el index e2896010405..b6697e0736a 100644 --- a/lisp/electric.el +++ b/lisp/electric.el @@ -497,6 +497,9 @@ and text paragraphs, and these are selectively controlled with `electric-quote-comment', `electric-quote-string', and `electric-quote-paragraph'. +Electric quoting is suppressed in a buffer whose coding system +cannot represent the replacement characters. + This is a global minor mode. To toggle the mode in a single buffer, use `electric-quote-local-mode'." :global t :group 'electricity