diff options
author | Mattias EngdegÄrd <mattiase@acm.org> | 2020-03-03 17:36:29 +0100 |
---|---|---|
committer | Mattias EngdegÄrd <mattiase@acm.org> | 2020-03-03 17:38:51 +0100 |
commit | a38bebb0c111de65a109f45133aacaf0ac69fe49 (patch) | |
tree | b8118a82ab3481654b0f772d19742b01958eecd9 | |
parent | d373647e8fba8893d9ff00aadf49b97313ee0f4e (diff) | |
download | emacs-a38bebb0c111de65a109f45133aacaf0ac69fe49.tar.gz |
* etc/NEWS: More complete description of rx 'not' changes.
-rw-r--r-- | etc/NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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. |