projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d373647
)
* etc/NEWS: More complete description of rx 'not' changes.
author
Mattias Engdegård
<mattiase@acm.org>
Tue, 3 Mar 2020 16:36:29 +0000
(17:36 +0100)
committer
Mattias Engdegård
<mattiase@acm.org>
Tue, 3 Mar 2020 16:38:51 +0000
(17:38 +0100)
etc/NEWS
patch
|
blob
|
history
diff --git
a/etc/NEWS
b/etc/NEWS
index 3d5e0a095692db1f5b3fa001fec1e3f6ca5985cd..8d0e0b675911acd93fff68bcc8c937aa388cc3b3 100644
(file)
--- a/
etc/NEWS
+++ b/
etc/NEWS
@@
-2323,7
+2323,10
@@
With 'or' and 'not', it can be used to compose character-matching
expressions from simpler parts.
+++
-*** 'not' argument can now be a character or single-char string.
+*** 'not' now accepts more argument types.
+The argument can now also be a character, a single-character string,
+an 'intersection' form, or an 'or' form whose arguments each match a
+single character.
+++
*** Nested 'or' forms of strings guarantee a longest match.