1\input texinfo @c -*-texinfo-*-
2
3@setfilename macros_in_pass0_macros.info
4
5@node Top
6@top macro in index commands
7
8@macro cp
9cp
10@end macro
11@macro fn
12fn
13@end macro
14@macro syncodeindex_command
15@syncodeindex
16@end macro
17
18@syncodeindex @cp{} @fn{}
19@syncodeindex_command{} cp fn
20
21@macro en
22en
23@end macro
24@macro documentlanguage_command
25@documentlanguage
26@end macro
27
28documentlanguage @documentlanguage  @en{}
29
30documentlanguage on its line
31@documentlanguage_command{}  en
32line following documentlanguage
33
34@macro truc
35truc
36@end macro
37
38definedx truc
39@defindex @truc{}
40after
41
42@macro trucindex_command
43@trucindex
44@end macro
45
46@trucindex_command{} index truc
47
48@macro codeidx
49codeidx
50@end macro
51
52@defcodeindex @codeidx{}
53
54@macro defcodeindex_entry
55a @var{index entry} t@'e @^{@dotless{i}}
56@end macro
57
58@codeidxindex @defcodeindex_entry{}
59
60@cindex cindex entry
61
62@syncodeindex ky pg
63
64@kindex @truc{} kindex
65@pindex pindex @codeidx{}
66
67@synindex truc cp
68
69@defindex abc
70@defindex defg
71
72@synindex abc defg
73@synindex defg ky
74
75@defgindex defg index entry
76
77@abcindex abc index entry
78
79pg
80@printindex pg
81
82ky
83@printindex ky
84
85truc
86@printindex truc
87
88value truc
89@printindex @truc{}
90
91cp
92@printindex cp
93
94value cp
95@printindex @cp{}
96
97defg
98@printindex defg
99
100abc
101@printindex abc
102
103fn
104@printindex fn
105
106@bye
107