summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-12-04 12:28:37 +0000
committerGerd Moellmann <gerd@gnu.org>2000-12-04 12:28:37 +0000
commit6c083b4cec6d39893a0fa3c2c994e6c05bf0a07b (patch)
treee9c39445717f8845af6f47083f65a478c39bd44d /etc
parent793cd2c862240d14a8f87e7747dba0661892ec6c (diff)
downloademacs-6c083b4cec6d39893a0fa3c2c994e6c05bf0a07b.tar.gz
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 4 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 820a4ae7bfe..0440c46cc68 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2584,8 +2584,10 @@ are now defined in Emacs Lisp.
Then return the value of RESULT, or nil if RESULT is omitted.
+++
-** Regular expressions now support Posix character classes such
-as [:alpha:], [:space:] and so on.
+** Regular expressions now support Posix character classes such as
+[:alpha:], [:space:] and so on. These must be used within a character
+class--for instance, [-[:digit:].+] matches digits or a period
+or a sign.
[:digit:] matches 0 through 9
[:cntrl:] matches ASCII control characters