From: Michael Albinus Date: Sun, 1 Mar 2020 17:58:16 +0000 (+0100) Subject: ; * etc/NEWS: Fix typo. X-Git-Tag: emacs-27.0.91~145 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=366fd4fd07898fa78ed67409f882bd8553f059b1;p=emacs.git ; * etc/NEWS: Fix typo. --- 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. +++ *** Nested 'or' forms of strings guarantee a longest match. -For example, (or (or "IN" "OUT") (or "INPUT" "OUTPUT")) now matches +For example, '(or (or "IN" "OUT") (or "INPUT" "OUTPUT"))' now matches the whole string "INPUT" if present, not just "IN". Previously, this was only guaranteed inside a single 'or' form of string literals.