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:
parent
1b89ea39dd
commit
b1cd8375f6
1 changed files with 1 additions and 1 deletions
|
@ -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’,
|
||||
|
|
Loading…
Add table
Reference in a new issue