]> code.delx.au - gnu-emacs/commitdiff
* etc/NEWS: The new ‘q’ flag is not an incompatible change.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 24 Aug 2015 00:29:09 +0000 (17:29 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 24 Aug 2015 00:29:37 +0000 (17:29 -0700)
etc/NEWS

index d3a01c20247a4b55c60dceaffcc6e67cc24e8941..42a5e14e248127f81764d7444a85d6f9fe2ccec0 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -909,12 +909,6 @@ when signaling a file error.  For example, it now reports "Permission
 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
@@ -1044,6 +1038,12 @@ key works) by typing ‘A-[’ and ‘A-]’.  As described above under
 ‘text-quoting-style’, the user can specify how to display doc string
 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