summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorFrancesco Potortì <pot@gnu.org>2002-08-28 12:57:46 +0000
committerFrancesco Potortì <pot@gnu.org>2002-08-28 12:57:46 +0000
commit2c37653c705b67fd6228d9331e66eec20c757ccf (patch)
tree1ad0f11df5ae3ae40c727b577fe2b1eb7d3f16aa /man
parenta821edb8ec1106c7c3581e04a5f404e39c8ad016 (diff)
downloademacs-2c37653c705b67fd6228d9331e66eec20c757ccf.tar.gz
etags now parses HTML.
Diffstat (limited to 'man')
-rw-r--r--man/maintaining.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/man/maintaining.texi b/man/maintaining.texi
index fcc596d03ca..4cbeb743baf 100644
--- a/man/maintaining.texi
+++ b/man/maintaining.texi
@@ -337,6 +337,11 @@ in the file.
In Fortran code, functions, subroutines and block data are tags.
@item
+In HTML input files, the tags are the @code{title} and the @code{h1},
+@code{h2}, @code{h3} headers. Also, tags are @code{name=} in anchors
+and all occurrences of @code{id=}.
+
+@item
In makefiles, targets are tags; additionally, variables are tags
unless you specify @samp{--no-globals}.