aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorFrancesco Potortì <[email protected]>2004-09-13 13:42:00 +0000
committerFrancesco Potortì <[email protected]>2004-09-13 13:42:00 +0000
commitdfcb9727ca2405f03afbfeef4f9882949bc9ae24 (patch)
tree50b1fb98c0efe58e88db1e1b17ff5af2070e6d30 /man
parent38ad3429ff9ea09838335e990e7c14d3e8017b34 (diff)
Added support in etags for the Lua script language.
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 b5f13d5fb9..1a8edf1318 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},
and all occurrences of @code{id=}.
@item
+In Lua input files, all functions are tags.
+
+@item
In makefiles, targets are tags; additionally, variables are tags
unless you specify @samp{--no-globals}.