From e92f5537a8222187525ef5066dba051211db5290 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 22 Dec 2017 15:31:32 +0200 Subject: [PATCH] Improve the description of 'electric-quote-replace-double' * etc/NEWS: Improve the description of 'electric-quote-replace-double'. (Bug#29806) --- etc/NEWS | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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 -- 2.39.2