]> code.delx.au - gnu-emacs/commitdiff
Fix quoting in electric-quote-mode doc string
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 20 Jun 2015 20:33:33 +0000 (13:33 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 20 Jun 2015 20:35:59 +0000 (13:35 -0700)
* lisp/electric.el (electric-quote-mode): Fix quoting.
This is a fallout from the recent change introducing
‘help-quote-translation’.

lisp/electric.el

index 88b28352ac020061cd6b872628f6849c1496af55..ca05c8c7f07f30e8319473bda8f39f1a2a88df37 100644 (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’,