summaryrefslogtreecommitdiff
path: root/man/maintaining.texi
diff options
context:
space:
mode:
authorFrancesco Potortì <pot@gnu.org>2001-12-15 16:08:32 +0000
committerFrancesco Potortì <pot@gnu.org>2001-12-15 16:08:32 +0000
commite94a3679c58f147a91682231f62ff701aee5cfff (patch)
tree1ef9a0ef96bee62ac6d00a0b1dc09fa5025bcbf3 /man/maintaining.texi
parent62aec606f5f6d73ef52c10b4d8ee147c2c9657b9 (diff)
downloademacs-e94a3679c58f147a91682231f62ff701aee5cfff.tar.gz
Etags changes for Prolog and PHP.
Diffstat (limited to 'man/maintaining.texi')
-rw-r--r--man/maintaining.texi8
1 files changed, 6 insertions, 2 deletions
diff --git a/man/maintaining.texi b/man/maintaining.texi
index b84b17c3783..e32c3294251 100644
--- a/man/maintaining.texi
+++ b/man/maintaining.texi
@@ -344,10 +344,15 @@ In Perl code, the tags are the procedures defined by the @code{sub},
to tag global variables.
@item
+In PHP code, tags are functions, classes and defines. When using the
+@samp{--members} option, vars are tags too.
+
+@item
In PostScript code, the tags are the functions.
@item
-In Prolog code, a tag name appears at the left margin.
+In Prolog code, tags are predicates and rules at the beginning of
+line.
@item
In Python code, @code{def} or @code{class} at the beginning of a line
@@ -1226,4 +1231,3 @@ commands.
@vindex emerge-startup-hook
After setting up the merge, Emerge runs the hook
@code{emerge-startup-hook} (@pxref{Hooks}).
-