]> git.eshelyaron.com Git - emacs.git/commitdiff
some passive forms to active
authorFrancesco Potortì <pot@gnu.org>
Mon, 17 Jun 2002 22:22:03 +0000 (22:22 +0000)
committerFrancesco Potortì <pot@gnu.org>
Mon, 17 Jun 2002 22:22:03 +0000 (22:22 +0000)
man/maintaining.texi

index 04e85f5a269d7744c6437a1efa88b6be8c662f55..c92c45d3172829ab09df01ba697f2d7462cac5a9 100644 (file)
@@ -554,11 +554,12 @@ implies @samp{m}, and causes dots in @var{tagregexp} to match newlines
 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 @@ permitting multi-line matches, in a case-sensitive way.  @code{etags}
 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