aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorFrancesco Potortì2002-08-28 12:57:46 +0000
committerFrancesco Potortì2002-08-28 12:57:46 +0000
commit2c37653c705b67fd6228d9331e66eec20c757ccf (patch)
tree1ad0f11df5ae3ae40c727b577fe2b1eb7d3f16aa /man
parenta821edb8ec1106c7c3581e04a5f404e39c8ad016 (diff)
downloademacs-2c37653c705b67fd6228d9331e66eec20c757ccf.tar.gz
emacs-2c37653c705b67fd6228d9331e66eec20c757ccf.zip
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.
337In Fortran code, functions, subroutines and block data are tags. 337In Fortran code, functions, subroutines and block data are tags.
338 338
339@item 339@item
340In HTML input files, the tags are the @code{title} and the @code{h1},
341@code{h2}, @code{h3} headers. Also, tags are @code{name=} in anchors
342and all occurrences of @code{id=}.
343
344@item
340In makefiles, targets are tags; additionally, variables are tags 345In makefiles, targets are tags; additionally, variables are tags
341unless you specify @samp{--no-globals}. 346unless you specify @samp{--no-globals}.
342 347