emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-27 366fd4f: ; * etc/NEWS: Fix typo.


From: Michael Albinus
Subject: emacs-27 366fd4f: ; * etc/NEWS: Fix typo.
Date: Sun, 1 Mar 2020 12:58:25 -0500 (EST)

branch: emacs-27
commit 366fd4fd07898fa78ed67409f882bd8553f059b1
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    ; * etc/NEWS: Fix typo.
---
 etc/NEWS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/NEWS b/etc/NEWS
index 6e2b1fe..3d5e0a0 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.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]