summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2016-05-03 13:30:21 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2016-05-03 13:30:21 -0700
commit52f86a755b0befb6ad2a26bdb4edc46e2152b593 (patch)
tree025eac8e4792d5d5d55bebe6b31948423e7cf798
parent93703c547a96bc257d4e4c1ae4c84e60cf217810 (diff)
downloademacs-52f86a755b0befb6ad2a26bdb4edc46e2152b593.tar.gz
* etc/NEWS: Mention (message "%s" (format ...)).
-rw-r--r--etc/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index b5d2b44d39f..21ebba5933a 100644
--- 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