diff options
| author | Francesco Potortì | 2006-07-11 11:08:31 +0000 |
|---|---|---|
| committer | Francesco Potortì | 2006-07-11 11:08:31 +0000 |
| commit | 5f7c79f92974b72dd3c7b56d3a844b8bd27ca2cb (patch) | |
| tree | 059fa51537e924ee41703df01f1daf35fa0d69cd | |
| parent | af02e17730675bbf087f6df5b17302af6c829610 (diff) | |
| download | emacs-5f7c79f92974b72dd3c7b56d3a844b8bd27ca2cb.tar.gz emacs-5f7c79f92974b72dd3c7b56d3a844b8bd27ca2cb.zip | |
etags now tags #undef, too
| -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} |