diff options
| -rw-r--r-- | man/maintaining.texi | 3 |
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 |
| 183 | In C code, any C function or typedef is a tag, and so are definitions of | 183 | In 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} |
| 186 | constants are also | ||
| 186 | tags, unless you specify @samp{--no-defines} when making the tags table. | 187 | tags, unless you specify @samp{--no-defines} when making the tags table. |
| 187 | Similarly, global variables are tags, unless you specify | 188 | Similarly, 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} |