From: Eli Zaretskii Date: Fri, 22 Dec 2017 13:31:32 +0000 (+0200) Subject: Improve the description of 'electric-quote-replace-double' X-Git-Tag: emacs-27.0.90~5981 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e92f5537a8222187525ef5066dba051211db5290;p=emacs.git Improve the description of 'electric-quote-replace-double' * etc/NEWS: Improve the description of 'electric-quote-replace-double'. (Bug#29806) --- diff --git a/etc/NEWS b/etc/NEWS index 1ab1930ea7c..714e964c967 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -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