diff options
author | Francesco Potortì <pot@gnu.org> | 2002-06-07 12:58:40 +0000 |
---|---|---|
committer | Francesco Potortì <pot@gnu.org> | 2002-06-07 12:58:40 +0000 |
commit | e30fbfef633ffed77be11e034dd60c718f07c908 (patch) | |
tree | 1e7a8b23f22d07249c15c01fc9d652741dc1550d /man/maintaining.texi | |
parent | 598a28133f387fc96770164a404b91b63ac7be18 (diff) | |
download | emacs-e30fbfef633ffed77be11e034dd60c718f07c908.tar.gz |
Etags regexps support the same set of operators as in Emacs.
Diffstat (limited to 'man/maintaining.texi')
-rw-r--r-- | man/maintaining.texi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/man/maintaining.texi b/man/maintaining.texi index 3e8990f8a62..c324f843a81 100644 --- a/man/maintaining.texi +++ b/man/maintaining.texi @@ -511,8 +511,7 @@ VT (vertical tab). @end table The syntax of regular expressions in @code{etags} is the same as in -Emacs. However, non-greedy operators and shy groups are not -available. +Emacs. You should not match more characters with @var{tagregexp} than that needed to recognize what you want to tag. If the match is such that |