; * etc/NEWS: Fix typo.
This commit is contained in:
parent
49d3cd90bd
commit
366fd4fd07
1 changed files with 1 additions and 1 deletions
2
etc/NEWS
2
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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue