From: Mattias EngdegÄrd Date: Tue, 3 Mar 2020 16:36:29 +0000 (+0100) Subject: * etc/NEWS: More complete description of rx 'not' changes. X-Git-Tag: emacs-27.0.91~140 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a38bebb0c111de65a109f45133aacaf0ac69fe49;p=emacs.git * etc/NEWS: More complete description of rx 'not' changes. --- diff --git a/etc/NEWS b/etc/NEWS index 3d5e0a09569..8d0e0b67591 100644 --- 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.