projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49d3cd9
)
; * etc/NEWS: Fix typo.
author
Michael Albinus
<michael.albinus@gmx.de>
Sun, 1 Mar 2020 17:58:16 +0000
(18:58 +0100)
committer
Michael Albinus
<michael.albinus@gmx.de>
Sun, 1 Mar 2020 17:58:16 +0000
(18:58 +0100)
etc/NEWS
patch
|
blob
|
history
diff --git
a/etc/NEWS
b/etc/NEWS
index 6e2b1fe00e2ffca48e3efb9dd80bbc8f6444a7e4..3d5e0a095692db1f5b3fa001fec1e3f6ca5985cd 100644
(file)
--- 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.