aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Potortì2002-06-17 22:22:03 +0000
committerFrancesco Potortì2002-06-17 22:22:03 +0000
commitb8fc5a9cde7ddcd5df172a98d0d0275f2c391fdc (patch)
treee76f01ba4f2a8558045d7ecbd54e25f10c16f519
parent648ed8f4d4d20c69f75c42043c713b4d97e66d8f (diff)
downloademacs-b8fc5a9cde7ddcd5df172a98d0d0275f2c391fdc.tar.gz
emacs-b8fc5a9cde7ddcd5df172a98d0d0275f2c391fdc.zip
some passive forms to active
-rw-r--r--man/maintaining.texi13
1 files changed, 7 insertions, 6 deletions
diff --git a/man/maintaining.texi b/man/maintaining.texi
index 04e85f5a269..c92c45d3172 100644
--- a/man/maintaining.texi
+++ b/man/maintaining.texi
@@ -554,11 +554,12 @@ implies @samp{m}, and causes dots in @var{tagregexp} to match newlines
554as well. 554as well.
555@end table 555@end table
556 556
557 A @var{regexfile} is the name of a file where the arguments of 557 A @var{regexfile} is the name of a file where you can store the
558@samp{--regex} options are stored, one per line. The syntax is the 558arguments of @samp{--regex} options, one per line. The syntax is the
559same as the one used for the @samp{--regex} option, without the 559same as the one used for the @samp{--regex} option, without the
560initial @samp{--regex=} part. Lines beginning with space or tab are 560initial @samp{--regex=} part. @code{etags} ignores the lines that
561ignored: they can be used to include comments in the @var{regexfile}. 561begin with space or tab: you can use them to include comments in the
562@var{regexfile}.
562 563
563 The @samp{-R} option deletes all the regexps defined with 564 The @samp{-R} option deletes all the regexps defined with
564@samp{--regex} options. It applies to the file names following it, as 565@samp{--regex} options. It applies to the file names following it, as
@@ -581,8 +582,8 @@ permitting multi-line matches, in a case-sensitive way. @code{etags}
581uses the Lisp tags rules, and no regexp matching, to recognize tags in 582uses the Lisp tags rules, and no regexp matching, to recognize tags in
582@file{los.er}. 583@file{los.er}.
583 584
584 A @samp{--regex} option can be restricted to match only files of a 585 You can restrict a @samp{--regex} option to match only files of a
585given language using the optional prefix @var{@{language@}}. 586given language by using the optional prefix @var{@{language@}}.
586(@samp{etags --help} prints the list of languages recognized by 587(@samp{etags --help} prints the list of languages recognized by
587@code{etags}.) This is particularly useful when storing many 588@code{etags}.) This is particularly useful when storing many
588predefined regular expressions for @code{etags} in a file. The 589predefined regular expressions for @code{etags} in a file. The