mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-06 14:02:07 -08:00
Specify that the separator character can be different from a slash.
Clarify that the @regexfile contains the arguments to a --regex= option.
This commit is contained in:
parent
2c06ea539b
commit
3bc04ecc87
1 changed files with 10 additions and 3 deletions
13
etc/etags.1
13
etc/etags.1
|
|
@ -176,13 +176,20 @@ at once, rather than line by line, and the matching sequence can match
|
|||
multiple lines; and \fIs\fP, which implies \fIm\fP and means that the
|
||||
dot character in \fItagregexp\fP matches the newline char as well.
|
||||
.br
|
||||
cthe optional \fB{\fP\fIlanguage\fP\fB}\fP means that the tag should be
|
||||
The separator, which is \fB/\fP in the examples, can be any character
|
||||
different from space, tab, braces and \fB@\fP. If the separator
|
||||
character is needed inside the regular expression, it must be quoted
|
||||
by preceding it with \fB\\\fP.
|
||||
.br
|
||||
The optional \fB{\fP\fIlanguage\fP\fB}\fP prefix means that the tag
|
||||
should be
|
||||
created only for files of language \fIlanguage\fP, and ignored
|
||||
otherwise. This is particularly useful when storing many predefined
|
||||
regexps in a file.
|
||||
.br
|
||||
In its second form, \fIregexfile\fP is the name of a file containing
|
||||
regexps, one per line. Lines beginning with a space or tab are assumed
|
||||
In its second form, \fIregexfile\fP is the name of a file that contains
|
||||
a number of arguments to the \fI\-\-regex\=\fP option,
|
||||
one per line. Lines beginning with a space or tab are assumed
|
||||
to be comments, and ignored.
|
||||
|
||||
.br
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue