diff options
Diffstat (limited to 'man')
| -rw-r--r-- | man/maintaining.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man/maintaining.texi b/man/maintaining.texi index b5f13d5fb9f..1a8edf13188 100644 --- a/man/maintaining.texi +++ b/man/maintaining.texi | |||
| @@ -343,6 +343,9 @@ In HTML input files, the tags are the @code{title} and the @code{h1}, | |||
| 343 | and all occurrences of @code{id=}. | 343 | and all occurrences of @code{id=}. |
| 344 | 344 | ||
| 345 | @item | 345 | @item |
| 346 | In Lua input files, all functions are tags. | ||
| 347 | |||
| 348 | @item | ||
| 346 | In makefiles, targets are tags; additionally, variables are tags | 349 | In makefiles, targets are tags; additionally, variables are tags |
| 347 | unless you specify @samp{--no-globals}. | 350 | unless you specify @samp{--no-globals}. |
| 348 | 351 | ||