From a5fd059f726f4de839d33a2813f1c98d62fc6fbe Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 23 Aug 2015 17:29:09 -0700 Subject: [PATCH] =?utf8?q?*=20etc/NEWS:=20The=20new=20=E2=80=98q=E2=80=99?= =?utf8?q?=20flag=20is=20not=20an=20incompatible=20change.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- etc/NEWS | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/etc/NEWS b/etc/NEWS index d3a01c20247..42a5e14e248 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -910,12 +910,6 @@ denied" instead of "permission denied". The old behavior was problematic in languages like German where downcasing rules depend on grammar. +++ -** New ‘format’ flag ‘q’ -The new ‘q’ flag causes ‘format’ to quote the output representation as -per the value of ‘text quoting-style’. E.g., (format "%qs failed" -"foo") might return "‘foo’ failed". - -+++ ** substitute-command-keys now replaces quotes. That is, it converts documentation strings' quoting style as per the value of ‘text-quoting-style’. Doc strings in source code can use @@ -1045,6 +1039,12 @@ key works) by typing ‘A-[’ and ‘A-]’. As described above under quotes. +++ +** New ‘format’ flag ‘q’ +The new ‘q’ flag causes ‘format’ to quote the output representation as +per the value of ‘text-quoting-style’. E.g., (format "%qs failed" +"foo") might return "‘foo’ failed". + ++++ ** show-help-function's arg is converted via substitute-command-keys before being passed to the function. Help strings, help-echo properties, etc. can therefore contain command key escapes and -- 2.11.4.GIT