* lisp/electric.el (electric-quote-mode): Improve doc (Bug#24759).
This commit is contained in:
parent
3877c911b7
commit
5a26c9b0e1
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue