[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/man/maintaining.texi
From: |
Francesco Potortì |
Subject: |
[Emacs-diffs] Changes to emacs/man/maintaining.texi |
Date: |
Wed, 28 Aug 2002 08:57:46 -0400 |
Index: emacs/man/maintaining.texi
diff -c emacs/man/maintaining.texi:1.25 emacs/man/maintaining.texi:1.26
*** emacs/man/maintaining.texi:1.25 Fri Aug 16 02:29:40 2002
--- emacs/man/maintaining.texi Wed Aug 28 08:57:46 2002
***************
*** 337,342 ****
--- 337,347 ----
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}.