From 5a26c9b0e1b0d9a2de35e0a8b0a803017e70def0 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 21 Oct 2016 14:00:09 -0700 Subject: [PATCH] * lisp/electric.el (electric-quote-mode): Improve doc (Bug#24759). --- lisp/electric.el | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.2