diff options
| author | Francesco Potortì | 2002-06-17 22:22:03 +0000 |
|---|---|---|
| committer | Francesco Potortì | 2002-06-17 22:22:03 +0000 |
| commit | b8fc5a9cde7ddcd5df172a98d0d0275f2c391fdc (patch) | |
| tree | e76f01ba4f2a8558045d7ecbd54e25f10c16f519 | |
| parent | 648ed8f4d4d20c69f75c42043c713b4d97e66d8f (diff) | |
| download | emacs-b8fc5a9cde7ddcd5df172a98d0d0275f2c391fdc.tar.gz emacs-b8fc5a9cde7ddcd5df172a98d0d0275f2c391fdc.zip | |
some passive forms to active
| -rw-r--r-- | man/maintaining.texi | 13 |
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 | |||
| 554 | as well. | 554 | as 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 | 558 | arguments of @samp{--regex} options, one per line. The syntax is the |
| 559 | same as the one used for the @samp{--regex} option, without the | 559 | same as the one used for the @samp{--regex} option, without the |
| 560 | initial @samp{--regex=} part. Lines beginning with space or tab are | 560 | initial @samp{--regex=} part. @code{etags} ignores the lines that |
| 561 | ignored: they can be used to include comments in the @var{regexfile}. | 561 | begin 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} | |||
| 581 | uses the Lisp tags rules, and no regexp matching, to recognize tags in | 582 | uses 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 |
| 585 | given language using the optional prefix @var{@{language@}}. | 586 | given 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 |
| 588 | predefined regular expressions for @code{etags} in a file. The | 589 | predefined regular expressions for @code{etags} in a file. The |