Date: Thu, 10 Jun 1999 13:06:22 -0400 Message-Id: <199906101706.NAA02049@envy.delorie.com> From: DJ Delorie To: djgpp-workers AT delorie DOT com In-reply-to: <199906101649.MAA23883@mccoy2.ECE.McGill.CA> (message from Alain Magloire on Thu, 10 Jun 1999 12:49:17 -0400 (EDT)) Subject: Re: *.txh nodes ? References: <199906101649 DOT MAA23883 AT mccoy2 DOT ECE DOT McGill DOT CA> Reply-To: djgpp-workers AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > sometimes it is easier to regroup certain functions in the same > *.txh files is there away to do this ? something like : You can put multiple @nodes in a single .txh file, but you can't assign two nodes to the same text in that file. I.e. you'd have to have it like this: @node putc blah blah blah @node fputc @xref(putc)