Home | History | Annotate | Line # | Download | only in tests
      1 \input texinfo
      2 @setfilename defxcond.info
      3 
      4 @c set this from the command line.
      5 @c set bar
      6 
      7 @c deffnx inside conditional.
      8 @deffn foo
      9 
     10 @ifset bar
     11 @deffnx bar
     12 @end ifset
     13 
     14 Documentation.
     15 
     16 @end deffn
     17 
     18 @bye
     19