diff options
| author | Paul Eggert | 2016-10-21 14:00:09 -0700 |
|---|---|---|
| committer | Paul Eggert | 2016-10-21 14:00:44 -0700 |
| commit | 5a26c9b0e1b0d9a2de35e0a8b0a803017e70def0 (patch) | |
| tree | 2ab44e76acce6dda61bcc985556f9e774a274d25 | |
| parent | 3877c911b7bd4ca7def18932615b10dc7b1fc6d3 (diff) | |
| download | emacs-5a26c9b0e1b0d9a2de35e0a8b0a803017e70def0.tar.gz emacs-5a26c9b0e1b0d9a2de35e0a8b0a803017e70def0.zip | |
* lisp/electric.el (electric-quote-mode): Improve doc (Bug#24759).
| -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 | |||
| 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 | ||
| 500 | Electric quoting is suppressed in a buffer whose coding system | ||
| 501 | cannot represent the replacement characters. | ||
| 502 | |||
| 500 | This is a global minor mode. To toggle the mode in a single buffer, | 503 | This is a global minor mode. To toggle the mode in a single buffer, |
| 501 | use `electric-quote-local-mode'." | 504 | use `electric-quote-local-mode'." |
| 502 | :global t :group 'electricity | 505 | :global t :group 'electricity |