aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias EngdegÄrd2019-09-26 14:40:48 +0200
committerMattias EngdegÄrd2019-09-26 14:40:48 +0200
commit74abba27fd8cba91a10ada8b7949a3df3dfce546 (patch)
tree2c0bd154768af9b6e2c0e7247b335079bdcff179
parente98e8549b0261ae8bd305a2473c73eab7328409b (diff)
downloademacs-74abba27fd8cba91a10ada8b7949a3df3dfce546.tar.gz
emacs-74abba27fd8cba91a10ada8b7949a3df3dfce546.zip
; Fix typo and improve phrasing of last commit
-rw-r--r--etc/NEWS7
1 files 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.
2142Now, such 'rx' expressions generate an error. 2142Now, such 'rx' expressions generate an error.
2143 2143
2144--- 2144---
2145** Internal 'rx' functions and variables have been removed. 2145** Internal 'rx' functions and variables have been removed,
2146As a consequence of an improved implementation of the 'rx' package, 2146as a consequence of an improved implementation. Packages using
2147internal functions and variables have been removed. Packages using 2147these should use the public 'rx' and 'rx-to-string' instead.
2148theses should use the public 'rx' and 'rx-to-string' instead.
2149'rx-constituents' is still available for compatibility, but the new 2148'rx-constituents' is still available for compatibility, but the new
2150extension mechanism is preferred: 'rx-define', 'rx-let' and 2149extension mechanism is preferred: 'rx-define', 'rx-let' and
2151'rx-let-eval'. 2150'rx-let-eval'.