emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 5a26c9b: * lisp/electric.el (electric-quote-mode)


From: Paul Eggert
Subject: [Emacs-diffs] emacs-25 5a26c9b: * lisp/electric.el (electric-quote-mode): Improve doc (Bug#24759).
Date: Fri, 21 Oct 2016 21:00:47 +0000 (UTC)

branch: emacs-25
commit 5a26c9b0e1b0d9a2de35e0a8b0a803017e70def0
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    * 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 e289601..b6697e0 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



reply via email to

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