diff options
author | Francesco Potortì <pot@gnu.org> | 2004-09-08 14:45:13 +0000 |
---|---|---|
committer | Francesco Potortì <pot@gnu.org> | 2004-09-08 14:45:13 +0000 |
commit | c78d2bbfc47bc47a2b4b92169e867681262aad27 (patch) | |
tree | eb9828b8d82efdc792e7e417b2c736982e92423d | |
parent | 5e0cb17badf165d1e21aebbdefb478301a1dc00d (diff) | |
download | emacs-c78d2bbfc47bc47a2b4b92169e867681262aad27.tar.gz emacs-c78d2bbfc47bc47a2b4b92169e867681262aad27.tar.bz2 emacs-c78d2bbfc47bc47a2b4b92169e867681262aad27.zip |
Added reference to the new `etags --help --lang=LANG' option.
-rw-r--r-- | etc/etags.1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/etags.1 b/etc/etags.1 index 5b95b6c10ce..8aa2fd51750 100644 --- a/etc/etags.1 +++ b/etc/etags.1 @@ -266,7 +266,8 @@ Instead of generating a tag file, write a cross reference (in \fBcxref\fP format) to standard output. Only \fBctags\fP accepts this option. .TP .B \-h, \-H, \-\-help -Print usage information. +Print usage information. Followed by one or more \-\-language=LANG +prints detailed information about how tags are created for LANG. .TP .B \-V, \-\-version Print the current version of the program (same as the version of the |