aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/maintaining.texi3
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},
343and all occurrences of @code{id=}. 343and all occurrences of @code{id=}.
344 344
345@item 345@item
346In Lua input files, all functions are tags.
347
348@item
346In makefiles, targets are tags; additionally, variables are tags 349In makefiles, targets are tags; additionally, variables are tags
347unless you specify @samp{--no-globals}. 350unless you specify @samp{--no-globals}.
348 351