diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/text.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/emacs/text.texi b/doc/emacs/text.texi index 496b43ce1e3..5aa0c77d34c 100644 --- a/doc/emacs/text.texi +++ b/doc/emacs/text.texi | |||
| @@ -443,6 +443,13 @@ non-@code{nil}, and in programming-language strings if | |||
| 443 | @code{nil} for @code{electric-quote-string} and @code{t} for the other | 443 | @code{nil} for @code{electric-quote-string} and @code{t} for the other |
| 444 | variables. | 444 | variables. |
| 445 | 445 | ||
| 446 | @vindex electric-quote-replace-double | ||
| 447 | You can also set the option @code{electric-quote-replace-double} to | ||
| 448 | a non-@code{nil} value. Then, typing @t{"} insert an appropriate | ||
| 449 | curved double quote depending on context: @t{“} at the beginning of | ||
| 450 | the buffer or after a line break, whitespace, opening parenthesis, or | ||
| 451 | quote character, and @t{”} otherwise. | ||
| 452 | |||
| 446 | Electric Quote mode is disabled by default. To toggle it, type | 453 | Electric Quote mode is disabled by default. To toggle it, type |
| 447 | @kbd{M-x electric-quote-mode}. To toggle it in a single buffer, use | 454 | @kbd{M-x electric-quote-mode}. To toggle it in a single buffer, use |
| 448 | @kbd{M-x electric-quote-local-mode}. To suppress it for a single use, | 455 | @kbd{M-x electric-quote-local-mode}. To suppress it for a single use, |