aboutsummaryrefslogtreecommitdiffstats
path: root/doc/info/macros.texinfo
blob: da745999916dc8a97574850bebaee7a105a78cf1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
@iftex
@macro e{a}
(@email{\a\})
@end macro
@end iftex
@ifnottex
@macro e{a}
@email{\a\}
@end macro
@end ifnottex

@iftex
@macro xcode{a}
@code{\a\}
@end macro
@end iftex
@ifnottex
@macro xcode{a}
\a\
@end macro
@end ifnottex

@iftex
@macro xtext{a}
@rm{}\a\@tt{}
@end macro
@end iftex
@ifnottex
@macro xtext{a}
\a\
@end macro
@end ifnottex