]> code.delx.au - gnu-emacs/commitdiff
* etc/NEWS: Mention (message "%s" (format ...)).
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 3 May 2016 20:30:21 +0000 (13:30 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 3 May 2016 20:30:21 +0000 (13:30 -0700)
etc/NEWS

index b5d2b44d39fff0e99f190dfe7d8d2707e009639f..21ebba5933a3873f4202105e58467350f7b6a997 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1487,7 +1487,8 @@ before, characters preceded by \= are output as-is.
 They use the new 'format-message' function instead of plain 'format',
 so that they now follow user preference as per 'text-quoting-style'
 when processing curved single quotes, grave accents, and apostrophes
-in their format argument.
+in their format argument.  To process % directives but not quotes, you
+can use calls like (message "%s" (format FORMAT ARG1 ... ARGn)).
 
 +++
 ** The character classes [:alpha:] and [:alnum:] in regular expressions