diff options
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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. |
| 2330 | For example, (or (or "IN" "OUT") (or "INPUT" "OUTPUT")) now matches | 2330 | For example, '(or (or "IN" "OUT") (or "INPUT" "OUTPUT"))' now matches |
| 2331 | the whole string "INPUT" if present, not just "IN". Previously, this | 2331 | the whole string "INPUT" if present, not just "IN". Previously, this |
| 2332 | was only guaranteed inside a single 'or' form of string literals. | 2332 | was only guaranteed inside a single 'or' form of string literals. |
| 2333 | 2333 | ||