aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias EngdegÄrd2020-03-03 17:36:29 +0100
committerMattias EngdegÄrd2020-03-03 17:38:51 +0100
commita38bebb0c111de65a109f45133aacaf0ac69fe49 (patch)
treeb8118a82ab3481654b0f772d19742b01958eecd9
parentd373647e8fba8893d9ff00aadf49b97313ee0f4e (diff)
downloademacs-a38bebb0c111de65a109f45133aacaf0ac69fe49.tar.gz
emacs-a38bebb0c111de65a109f45133aacaf0ac69fe49.zip
* etc/NEWS: More complete description of rx 'not' changes.
-rw-r--r--etc/NEWS5
1 files changed, 4 insertions, 1 deletions
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
2323expressions from simpler parts. 2323expressions from simpler parts.
2324 2324
2325+++ 2325+++
2326*** 'not' argument can now be a character or single-char string. 2326*** 'not' now accepts more argument types.
2327The argument can now also be a character, a single-character string,
2328an 'intersection' form, or an 'or' form whose arguments each match a
2329single character.
2327 2330
2328+++ 2331+++
2329*** Nested 'or' forms of strings guarantee a longest match. 2332*** Nested 'or' forms of strings guarantee a longest match.