aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Potortì2006-06-30 20:41:12 +0000
committerFrancesco Potortì2006-06-30 20:41:12 +0000
commit9a4be099f2a29e66b1579e6fe8ee849c03e1f5ee (patch)
tree2af648b1156adef06b63df4bfc2c28315f6b005c
parentc6911ab9ef400dbf49445796d66605115f70c78e (diff)
downloademacs-9a4be099f2a29e66b1579e6fe8ee849c03e1f5ee.tar.gz
emacs-9a4be099f2a29e66b1579e6fe8ee849c03e1f5ee.zip
-m and -M options do not exist.
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/etags.18
2 files changed, 8 insertions, 4 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index e5efc3dcda4..8d578e0e804 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12006-06-30 Francesco Potort,Al(B <pot@gnu.org>
2
3 * etags.1: -m and -M options do not exist.
4
12006-06-29 Carsten Dominik <dominik@science.uva.nl> 52006-06-29 Carsten Dominik <dominik@science.uva.nl>
2 6
3 * orgcard.tex (section{Structure Editing}): Document checkbox 7 * orgcard.tex (section{Structure Editing}): Document checkbox
diff --git a/etc/etags.1 b/etc/etags.1
index 39228685d08..3007d95a5c2 100644
--- a/etc/etags.1
+++ b/etc/etags.1
@@ -13,7 +13,7 @@ etags, ctags \- generate tag file for Emacs, vi
13.SH SYNOPSIS 13.SH SYNOPSIS
14.hy 0 14.hy 0
15.na 15.na
16\fBetags\fP [\|\-aCDGImRVh\|] [\|\-i \fIfile\fP\|] [\|\-l \fIlanguage\fP\|] 16\fBetags\fP [\|\-aCDGIRVh\|] [\|\-i \fIfile\fP\|] [\|\-l \fIlanguage\fP\|]
17.if n .br 17.if n .br
18[\|\-o \fItagfile\fP\|] [\|\-r \fIregexp\fP\|] 18[\|\-o \fItagfile\fP\|] [\|\-r \fIregexp\fP\|]
19[\|\-\-parse\-stdin=\fIfile\fP\|] 19[\|\-\-parse\-stdin=\fIfile\fP\|]
@@ -26,7 +26,7 @@ etags, ctags \- generate tag file for Emacs, vi
26[\|\-\-help\|] [\|\-\-version\|] 26[\|\-\-help\|] [\|\-\-version\|]
27\fIfile\fP .\|.\|. 27\fIfile\fP .\|.\|.
28 28
29\fBctags\fP [\|\-aCdgImRVh\|] [\|\-BtTuvwx\|] [\|\-l \fIlanguage\fP\|] 29\fBctags\fP [\|\-aCdgIRVh\|] [\|\-BtTuvwx\|] [\|\-l \fIlanguage\fP\|]
30.if n .br 30.if n .br
31[\|\-o \fItagfile\fP\|] [\|\-r \fIregexp\fP\|] 31[\|\-o \fItagfile\fP\|] [\|\-r \fIregexp\fP\|]
32[\|\-\-parse\-stdin=\fIfile\fP\|] 32[\|\-\-parse\-stdin=\fIfile\fP\|]
@@ -133,11 +133,11 @@ detection of language based on the file name. The `none'
133language may be used to disable language parsing altogether; only 133language may be used to disable language parsing altogether; only
134regexp matching is done in this case (see the \fB\-\-regex\fP option). 134regexp matching is done in this case (see the \fB\-\-regex\fP option).
135.TP 135.TP
136.B \-m, \-\-members 136.B \-\-members
137Create tag entries for variables that are members of structure-like 137Create tag entries for variables that are members of structure-like
138constructs in C++, Objective C, Java. 138constructs in C++, Objective C, Java.
139.TP 139.TP
140.B \-M, \-\-no\-members 140.B \-\-no\-members
141Do not tag member variables. This is the default behavior. 141Do not tag member variables. This is the default behavior.
142.TP 142.TP
143.B \-\-packages\-only 143.B \-\-packages\-only