emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 74abba2: ; Fix typo and improve phrasing of last co


From: Mattias Engdegård
Subject: [Emacs-diffs] master 74abba2: ; Fix typo and improve phrasing of last commit
Date: Thu, 26 Sep 2019 08:41:30 -0400 (EDT)

branch: master
commit 74abba27fd8cba91a10ada8b7949a3df3dfce546
Author: Mattias Engdegård <address@hidden>
Commit: Mattias Engdegård <address@hidden>

    ; Fix typo and improve phrasing of last commit
---
 etc/NEWS | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/etc/NEWS b/etc/NEWS
index 271cc6e..4b693aa 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2142,10 +2142,9 @@ For example, '(rx (any "@z-a" (?9 . ?0)))' would match 
'@' only.
 Now, such 'rx' expressions generate an error.
 
 ---
-** Internal 'rx' functions and variables have been removed.
-As a consequence of an improved implementation of the 'rx' package,
-internal functions and variables have been removed.  Packages using
-theses should use the public 'rx' and 'rx-to-string' instead.
+** Internal 'rx' functions and variables have been removed,
+as a consequence of an improved implementation.  Packages using
+these should use the public 'rx' and 'rx-to-string' instead.
 'rx-constituents' is still available for compatibility, but the new
 extension mechanism is preferred: 'rx-define', 'rx-let' and
 'rx-let-eval'.



reply via email to

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