aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Potortì2006-07-11 11:08:31 +0000
committerFrancesco Potortì2006-07-11 11:08:31 +0000
commit5f7c79f92974b72dd3c7b56d3a844b8bd27ca2cb (patch)
tree059fa51537e924ee41703df01f1daf35fa0d69cd
parentaf02e17730675bbf087f6df5b17302af6c829610 (diff)
downloademacs-5f7c79f92974b72dd3c7b56d3a844b8bd27ca2cb.tar.gz
emacs-5f7c79f92974b72dd3c7b56d3a844b8bd27ca2cb.zip
etags now tags #undef, too
-rw-r--r--man/maintaining.texi3
1 files changed, 2 insertions, 1 deletions
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}.
182@item 182@item
183In C code, any C function or typedef is a tag, and so are definitions of 183In C code, any C function or typedef is a tag, and so are definitions of
184@code{struct}, @code{union} and @code{enum}. 184@code{struct}, @code{union} and @code{enum}.
185@code{#define} macro definitions and @code{enum} constants are also 185@code{#define} macro definitions, @code{#undef} and @code{enum}
186constants are also
186tags, unless you specify @samp{--no-defines} when making the tags table. 187tags, unless you specify @samp{--no-defines} when making the tags table.
187Similarly, global variables are tags, unless you specify 188Similarly, global variables are tags, unless you specify
188@samp{--no-globals}. Use of @samp{--no-globals} and @samp{--no-defines} 189@samp{--no-globals}. Use of @samp{--no-globals} and @samp{--no-defines}