diff etc/NEWS @ 45666:621742dde467

Document Etags regexp char escape sequences.
author Francesco Potortì <pot@gnu.org>
date Thu, 06 Jun 2002 22:58:11 +0000
parents a47ac7311101
children 16708fb2d951
line wrap: on
line diff
--- a/etc/NEWS	Thu Jun 06 22:37:28 2002 +0000
+++ b/etc/NEWS	Thu Jun 06 22:58:11 2002 +0000
@@ -593,6 +593,9 @@
 will read from standard input and mark the produced tags as belonging to
 the file FILE.
 
+*** Regular expressions can use char escape sequences as in Gcc
+These are the escapes \a, \b, \d, \e, \f, \n, \r, \t, \v.
+
 +++
 ** The command line option --no-windows has been changed to
 --no-window-system.  The old one still works, but is deprecated.