diff options
| -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). | |||
| 511 | @end table | 511 | @end table |
| 512 | 512 | ||
| 513 | The syntax of regular expressions in @code{etags} is the same as in | 513 | The syntax of regular expressions in @code{etags} is the same as in |
| 514 | Emacs. However, non-greedy operators and shy groups are not | 514 | Emacs. |
| 515 | available. | ||
| 516 | 515 | ||
| 517 | You should not match more characters with @var{tagregexp} than that | 516 | You should not match more characters with @var{tagregexp} than that |
| 518 | needed to recognize what you want to tag. If the match is such that | 517 | needed to recognize what you want to tag. If the match is such that |