From: Paul Eggert Date: Sat, 20 Jun 2015 20:33:33 +0000 (-0700) Subject: Fix quoting in electric-quote-mode doc string X-Git-Tag: emacs-25.0.90~1694 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b1cd8375f618969aab5c2df403a97b7d88064bda;p=emacs.git 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’. --- 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 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’,