Improve the description of 'electric-quote-replace-double'

* etc/NEWS: Improve the description of 'electric-quote-replace-double'.
(Bug#29806)
This commit is contained in:
Eli Zaretskii 2017-12-22 15:31:32 +02:00
parent b003171d27
commit e92f5537a8

View file

@ -77,9 +77,12 @@ This controls how long Emacs will wait for updates to the graphical
state to take effect (making a frame visible, for example).
+++
** The new user option 'electric-quote-replace-double' controls
whether '"' is also replaced in 'electric-quote-mode'. If non-nil,
'"' is replaced by a double typographic quote.
** New user option 'electric-quote-replace-double'.
This option controls whether '"' is replaced in 'electric-quote-mode',
in addition to other quote characters. If non-nil, ASCII double-quote
characters that quote text "like this" are replaced by double
typographic quotes, “like this”, in text modes, and in comments and
strings in non-text modes.
* Changes in Specialized Modes and Packages in Emacs 27.1