From 74abba27fd8cba91a10ada8b7949a3df3dfce546 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mattias=20Engdeg=C3=A5rd?= Date: Thu, 26 Sep 2019 14:40:48 +0200 Subject: [PATCH] ; 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 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'. -- 2.39.2