aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMichael Albinus2020-03-01 18:58:16 +0100
committerMichael Albinus2020-03-01 18:58:16 +0100
commit366fd4fd07898fa78ed67409f882bd8553f059b1 (patch)
treeba1fa5679a401dd6e97e30825ef25057613a6c99 /etc
parent49d3cd90bd80a225d5ec26027318ffb4606ff513 (diff)
downloademacs-366fd4fd07898fa78ed67409f882bd8553f059b1.tar.gz
emacs-366fd4fd07898fa78ed67409f882bd8553f059b1.zip
; * etc/NEWS: Fix typo.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 6e2b1fe00e2..3d5e0a09569 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2327,7 +2327,7 @@ expressions from simpler parts.
2327 2327
2328+++ 2328+++
2329*** Nested 'or' forms of strings guarantee a longest match. 2329*** Nested 'or' forms of strings guarantee a longest match.
2330For example, (or (or "IN" "OUT") (or "INPUT" "OUTPUT")) now matches 2330For example, '(or (or "IN" "OUT") (or "INPUT" "OUTPUT"))' now matches
2331the whole string "INPUT" if present, not just "IN". Previously, this 2331the whole string "INPUT" if present, not just "IN". Previously, this
2332was only guaranteed inside a single 'or' form of string literals. 2332was only guaranteed inside a single 'or' form of string literals.
2333 2333