summaryrefslogtreecommitdiff
path: root/makeinfo/tests/defxcond.txi
blob: a7af9e21e75bfec3a1d30e0f891b5c1df6c4369d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
\input texinfo
@setfilename defxcond.info

@c set this from the command line.
@c set bar

@c deffnx inside conditional.
@deffn foo

@ifset bar
@deffnx bar
@end ifset

Documentation.

@end deffn

@bye