aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2015-06-20 13:33:33 -0700
committerPaul Eggert2015-06-20 13:35:59 -0700
commitb1cd8375f618969aab5c2df403a97b7d88064bda (patch)
tree18fff9887627334419b6189085efafc498310c37
parent1b89ea39dde83531f1b97590cb4ea9391d896d0b (diff)
downloademacs-b1cd8375f618969aab5c2df403a97b7d88064bda.tar.gz
emacs-b1cd8375f618969aab5c2df403a97b7d88064bda.zip
Fix quoting in electric-quote-mode doc string
* lisp/electric.el (electric-quote-mode): Fix quoting. This is a fallout from the recent change introducing ‘help-quote-translation’.
-rw-r--r--lisp/electric.el2
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
486ARG is positive, and disable it otherwise. If called from Lisp, 486ARG is positive, and disable it otherwise. If called from Lisp,
487enable the mode if ARG is omitted or nil. 487enable the mode if ARG is omitted or nil.
488 488
489When enabled, this replaces \\=`foo bar' with ‘foo bar’ and replaces 489When 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
491comments, strings, and text paragraphs, and these are selectively 491comments, strings, and text paragraphs, and these are selectively
492controlled with ‘electric-quote-comment’, 492controlled with ‘electric-quote-comment’,