~ubuntu-branches/ubuntu/maverick/texinfo/maverick

« back to all changes in this revision

Viewing changes to makeinfo/tests/defxcond.txi

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2005-10-28 15:10:30 UTC
  • mto: (2.1.1 dapper) (3.1.4 hardy)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20051028151030-9nsf2s2k2z3fktjt
Tags: upstream-4.8
ImportĀ upstreamĀ versionĀ 4.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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