diff options
| author | Michael Albinus | 2020-03-01 18:58:16 +0100 |
|---|---|---|
| committer | Michael Albinus | 2020-03-01 18:58:16 +0100 |
| commit | 366fd4fd07898fa78ed67409f882bd8553f059b1 (patch) | |
| tree | ba1fa5679a401dd6e97e30825ef25057613a6c99 | |
| parent | 49d3cd90bd80a225d5ec26027318ffb4606ff513 (diff) | |
| download | emacs-366fd4fd07898fa78ed67409f882bd8553f059b1.tar.gz emacs-366fd4fd07898fa78ed67409f882bd8553f059b1.zip | |
; * etc/NEWS: Fix typo.
| -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 | ||