emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 52f86a7: * etc/NEWS: Mention (message "%s" (forma


From: Paul Eggert
Subject: [Emacs-diffs] emacs-25 52f86a7: * etc/NEWS: Mention (message "%s" (format ...)).
Date: Tue, 03 May 2016 20:30:57 +0000

branch: emacs-25
commit 52f86a755b0befb6ad2a26bdb4edc46e2152b593
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    * etc/NEWS: Mention (message "%s" (format ...)).
---
 etc/NEWS |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/etc/NEWS b/etc/NEWS
index b5d2b44..21ebba5 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]