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’.
This commit is contained in:
Paul Eggert 2015-06-20 13:33:33 -07:00
parent 1b89ea39dd
commit b1cd8375f6

View file

@ -486,7 +486,7 @@ With a prefix argument ARG, enable Electric Quote mode if
ARG is positive, and disable it otherwise. If called from Lisp,
enable the mode if ARG is omitted or nil.
When enabled, this replaces \\=`foo bar' with foo bar and replaces
When enabled, this replaces \\=`foo bar' with \\=foo bar\\= and replaces
\\=`\\=`foo bar'' with foo bar as you type. This occurs only in
comments, strings, and text paragraphs, and these are selectively
controlled with electric-quote-comment,