aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2016-10-21 14:00:09 -0700
committerPaul Eggert2016-10-21 14:00:44 -0700
commit5a26c9b0e1b0d9a2de35e0a8b0a803017e70def0 (patch)
tree2ab44e76acce6dda61bcc985556f9e774a274d25
parent3877c911b7bd4ca7def18932615b10dc7b1fc6d3 (diff)
downloademacs-5a26c9b0e1b0d9a2de35e0a8b0a803017e70def0.tar.gz
emacs-5a26c9b0e1b0d9a2de35e0a8b0a803017e70def0.zip
* lisp/electric.el (electric-quote-mode): Improve doc (Bug#24759).
-rw-r--r--lisp/electric.el3
1 files changed, 3 insertions, 0 deletions
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
497`electric-quote-comment', `electric-quote-string', and 497`electric-quote-comment', `electric-quote-string', and
498`electric-quote-paragraph'. 498`electric-quote-paragraph'.
499 499
500Electric quoting is suppressed in a buffer whose coding system
501cannot represent the replacement characters.
502
500This is a global minor mode. To toggle the mode in a single buffer, 503This is a global minor mode. To toggle the mode in a single buffer,
501use `electric-quote-local-mode'." 504use `electric-quote-local-mode'."
502 :global t :group 'electricity 505 :global t :group 'electricity