From: Francesco Potortì Date: Tue, 11 Jul 2006 11:08:31 +0000 (+0000) Subject: etags now tags #undef, too X-Git-Tag: emacs-pretest-22.0.90~1551 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5f7c79f92974b72dd3c7b56d3a844b8bd27ca2cb;p=emacs.git etags now tags #undef, too --- diff --git a/man/maintaining.texi b/man/maintaining.texi index cff12dfb026..facde7020bc 100644 --- a/man/maintaining.texi +++ b/man/maintaining.texi @@ -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}