diff options
| -rw-r--r-- | lisp/electric.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/electric.el b/lisp/electric.el index 88b28352ac0..ca05c8c7f07 100644 --- a/lisp/electric.el +++ b/lisp/electric.el | |||
| @@ -486,7 +486,7 @@ With a prefix argument ARG, enable Electric Quote mode if | |||
| 486 | ARG is positive, and disable it otherwise. If called from Lisp, | 486 | ARG is positive, and disable it otherwise. If called from Lisp, |
| 487 | enable the mode if ARG is omitted or nil. | 487 | enable the mode if ARG is omitted or nil. |
| 488 | 488 | ||
| 489 | When enabled, this replaces \\=`foo bar' with ‘foo bar’ and replaces | 489 | When enabled, this replaces \\=`foo bar' with \\=‘foo bar\\=’ and replaces |
| 490 | \\=`\\=`foo bar'' with “foo bar” as you type. This occurs only in | 490 | \\=`\\=`foo bar'' with “foo bar” as you type. This occurs only in |
| 491 | comments, strings, and text paragraphs, and these are selectively | 491 | comments, strings, and text paragraphs, and these are selectively |
| 492 | controlled with ‘electric-quote-comment’, | 492 | controlled with ‘electric-quote-comment’, |