changeset 27693:d8bedafef8d5

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 14 Feb 2000 17:02:14 +0000
parents bb0e45f6ca86
children 5c14849aee4c
files etc/NEWS
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Mon Feb 14 17:00:16 2000 +0000
+++ b/etc/NEWS	Mon Feb 14 17:02:14 2000 +0000
@@ -997,8 +997,8 @@
 what BODY returns.
 
 +++
-** Regular expressions now support Perl's non-greedy *? +? and ??
-operators.
+** Regular expressions now support intervals \{n,m\} as well as
+Perl's non-greedy *? +? and ?? operators.
 
 +++
 ** The optional argument BUFFER of function file-local-copy has been