summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2015-08-23 17:29:09 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2015-08-23 17:29:37 -0700
commita5fd059f726f4de839d33a2813f1c98d62fc6fbe (patch)
tree94c7d65f1d8f18c5031524fad9cb715ea96c5e33
parentaf013e0d4a76f0a2fd4a0e76912e8e49ae86ec2e (diff)
* etc/NEWS: The new ‘q’ flag is not an incompatible change.
-rw-r--r--etc/NEWS12
1 files 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