mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-04 11:23:24 +00:00
* etc/NEWS: Mention (message "%s" (format ...)).
This commit is contained in:
parent
93703c547a
commit
52f86a755b
1 changed files with 2 additions and 1 deletions
3
etc/NEWS
3
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',
|
They use the new 'format-message' function instead of plain 'format',
|
||||||
so that they now follow user preference as per 'text-quoting-style'
|
so that they now follow user preference as per 'text-quoting-style'
|
||||||
when processing curved single quotes, grave accents, and apostrophes
|
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
|
** The character classes [:alpha:] and [:alnum:] in regular expressions
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue