Mercurial > emacs
changeset 45887:8aa6e4d588ce
some passive forms to active
author | Francesco Potortì <pot@gnu.org> |
---|---|
date | Mon, 17 Jun 2002 22:22:03 +0000 |
parents | 22138a27a5f3 |
children | 61b39d1554ee |
files | man/maintaining.texi |
diffstat | 1 files changed, 7 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/man/maintaining.texi Mon Jun 17 22:09:55 2002 +0000 +++ b/man/maintaining.texi Mon Jun 17 22:22:03 2002 +0000 @@ -554,11 +554,12 @@ as well. @end table - A @var{regexfile} is the name of a file where the arguments of -@samp{--regex} options are stored, one per line. The syntax is the + A @var{regexfile} is the name of a file where you can store the +arguments of @samp{--regex} options, one per line. The syntax is the same as the one used for the @samp{--regex} option, without the -initial @samp{--regex=} part. Lines beginning with space or tab are -ignored: they can be used to include comments in the @var{regexfile}. +initial @samp{--regex=} part. @code{etags} ignores the lines that +begin with space or tab: you can use them to include comments in the +@var{regexfile}. The @samp{-R} option deletes all the regexps defined with @samp{--regex} options. It applies to the file names following it, as @@ -581,8 +582,8 @@ uses the Lisp tags rules, and no regexp matching, to recognize tags in @file{los.er}. - A @samp{--regex} option can be restricted to match only files of a -given language using the optional prefix @var{@{language@}}. + You can restrict a @samp{--regex} option to match only files of a +given language by using the optional prefix @var{@{language@}}. (@samp{etags --help} prints the list of languages recognized by @code{etags}.) This is particularly useful when storing many predefined regular expressions for @code{etags} in a file. The