* lisp/electric.el (electric-quote-mode): Improve doc (Bug#24759).

This commit is contained in:
Paul Eggert 2016-10-21 14:00:09 -07:00
parent 3877c911b7
commit 5a26c9b0e1

View file

@ -497,6 +497,9 @@ and text paragraphs, and these are selectively controlled with
`electric-quote-comment', `electric-quote-string', and `electric-quote-comment', `electric-quote-string', and
`electric-quote-paragraph'. `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, This is a global minor mode. To toggle the mode in a single buffer,
use `electric-quote-local-mode'." use `electric-quote-local-mode'."
:global t :group 'electricity :global t :group 'electricity