]> git.eshelyaron.com Git - emacs.git/commitdiff
etags now tags #undef, too
authorFrancesco Potortì <pot@gnu.org>
Tue, 11 Jul 2006 11:08:31 +0000 (11:08 +0000)
committerFrancesco Potortì <pot@gnu.org>
Tue, 11 Jul 2006 11:08:31 +0000 (11:08 +0000)
man/maintaining.texi

index cff12dfb02651abedcca1680b1649598a9bef2f1..facde7020bc2dcf47bcb6f8c3a5cdddf8f51d7d1 100644 (file)
@@ -182,7 +182,8 @@ convenient.  Each name recorded is called a @dfn{tag}.
 @item
 In C code, any C function or typedef is a tag, and so are definitions of
 @code{struct}, @code{union} and @code{enum}.
-@code{#define} macro definitions and @code{enum} constants are also
+@code{#define} macro definitions, @code{#undef} and @code{enum}
+constants are also 
 tags, unless you specify @samp{--no-defines} when making the tags table.
 Similarly, global variables are tags, unless you specify
 @samp{--no-globals}.  Use of @samp{--no-globals} and @samp{--no-defines}