aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorFrancesco Potortì2004-09-13 13:42:00 +0000
committerFrancesco Potortì2004-09-13 13:42:00 +0000
commitdfcb9727ca2405f03afbfeef4f9882949bc9ae24 (patch)
tree50b1fb98c0efe58e88db1e1b17ff5af2070e6d30 /man
parent38ad3429ff9ea09838335e990e7c14d3e8017b34 (diff)
downloademacs-dfcb9727ca2405f03afbfeef4f9882949bc9ae24.tar.gz
emacs-dfcb9727ca2405f03afbfeef4f9882949bc9ae24.zip
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 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