Mercurial > hg > xemacs-beta
comparison man/xemacs/programs.texi @ 709:1df7a5cfb04a
[xemacs-hg @ 2001-12-20 07:58:18 by yoshiki]
Sync etags.
<87g0675yes.fsf@u.sanpo.t.u-tokyo.ac.jp>
author | yoshiki |
---|---|
date | Thu, 20 Dec 2001 07:58:23 +0000 |
parents | 374035d3ca4c |
children | 52dc9b940348 |
comparison
equal
deleted
inserted
replaced
708:512e4a478e9d | 709:1df7a5cfb04a |
---|---|
1179 In Perl code, the tags are the procedures defined by the @code{sub}, | 1179 In Perl code, the tags are the procedures defined by the @code{sub}, |
1180 @code{my} and @code{local} keywords. Use @samp{--globals} if you want | 1180 @code{my} and @code{local} keywords. Use @samp{--globals} if you want |
1181 to tag global variables. | 1181 to tag global variables. |
1182 | 1182 |
1183 @item | 1183 @item |
1184 In PHP code, tags are functions, classes and defines. When using the | |
1185 @samp{--members} option, vars are tags too. | |
1186 | |
1187 @item | |
1184 In PostScript code, the tags are the functions. | 1188 In PostScript code, the tags are the functions. |
1185 | 1189 |
1186 @item | 1190 @item |
1187 In Prolog code, a tag name appears at the left margin. | 1191 In Prolog code, tags are predicates and rules at the beginning of |
1192 line. | |
1188 | 1193 |
1189 @item | 1194 @item |
1190 In Python code, @code{def} or @code{class} at the beginning of a line | 1195 In Python code, @code{def} or @code{class} at the beginning of a line |
1191 generate a tag. | 1196 generate a tag. |
1192 @end itemize | 1197 @end itemize |