Mercurial > emacs
changeset 71786:7ceb7ea56476
etags now tags #undef, too
author | Francesco Potortì <pot@gnu.org> |
---|---|
date | Tue, 11 Jul 2006 11:08:31 +0000 |
parents | 526741e654b5 |
children | 7e302766894f |
files | man/maintaining.texi |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/man/maintaining.texi Tue Jul 11 11:03:11 2006 +0000 +++ b/man/maintaining.texi Tue Jul 11 11:08:31 2006 +0000 @@ -182,7 +182,8 @@ @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}