diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2016-10-21 14:00:09 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2016-10-21 14:00:44 -0700 |
commit | 5a26c9b0e1b0d9a2de35e0a8b0a803017e70def0 (patch) | |
tree | 2ab44e76acce6dda61bcc985556f9e774a274d25 /lisp/electric.el | |
parent | 3877c911b7bd4ca7def18932615b10dc7b1fc6d3 (diff) | |
download | emacs-5a26c9b0e1b0d9a2de35e0a8b0a803017e70def0.tar.gz |
* lisp/electric.el (electric-quote-mode): Improve doc (Bug#24759).
Diffstat (limited to 'lisp/electric.el')
-rw-r--r-- | lisp/electric.el | 3 |
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 `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 |