]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typo and improve phrasing of last commit
authorMattias Engdegård <mattiase@acm.org>
Thu, 26 Sep 2019 12:40:48 +0000 (14:40 +0200)
committerMattias Engdegård <mattiase@acm.org>
Thu, 26 Sep 2019 12:40:48 +0000 (14:40 +0200)
etc/NEWS

index 271cc6e044242e6359b240b3ef6287d145f6433d..4b693aaaa1df28fd7f88c7c94dd32ab0c26eb268 100644 (file)
--- 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'.