From: Mattias EngdegÄrd Date: Thu, 26 Sep 2019 12:40:48 +0000 (+0200) Subject: ; Fix typo and improve phrasing of last commit X-Git-Tag: emacs-27.0.90~1428 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=74abba27fd8cba91a10ada8b7949a3df3dfce546;p=emacs.git ; Fix typo and improve phrasing of last commit --- diff --git a/etc/NEWS b/etc/NEWS index 271cc6e0442..4b693aaaa1d 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'.