aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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}