Mercurial > hg > xemacs-beta
comparison man/info.texi @ 363:972bbb6d6ca2 r21-1-11
Import from CVS: tag r21-1-11
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:59:28 +0200 |
parents | 70ad99077275 |
children | a4f53d9b3154 |
comparison
equal
deleted
inserted
replaced
362:1e474c183006 | 363:972bbb6d6ca2 |
---|---|
1 \input texinfo @c -*-texinfo-*- | 1 \input texinfo @c -*-texinfo-*- |
2 @comment %**start of header | 2 @comment %**start of header |
3 @setfilename ../info/info.info | 3 @setfilename ../info/info.info |
4 @settitle Info 1.0 | 4 @settitle Info 1.0 |
5 @comment %**end of header | 5 @comment %**end of header |
6 @comment $Id: info.texi,v 1.4 1998/06/30 06:35:28 steve Exp $ | 6 @comment $Id: info.texi,v 1.5 2000/07/15 00:44:53 vins Exp $ |
7 | 7 |
8 @dircategory Texinfo documentation system | 8 @dircategory Texinfo documentation system |
9 @direntry | 9 @direntry |
10 * Info: (info). Documentation browsing system. | 10 * Info: (info). Documentation browsing system. |
11 @end direntry | 11 @end direntry |
679 @end enumerate | 679 @end enumerate |
680 | 680 |
681 Usually, the way to create the nodes is with Texinfo @pxref{Top,, Overview of | 681 Usually, the way to create the nodes is with Texinfo @pxref{Top,, Overview of |
682 Texinfo, texinfo, Texinfo: The GNU Documentation Format}); this has the | 682 Texinfo, texinfo, Texinfo: The GNU Documentation Format}); this has the |
683 advantage that you can also make a printed manual from them. However, | 683 advantage that you can also make a printed manual from them. However, |
684 if hyou want to edit an Info file, here is how. | 684 if you want to edit an Info file, here is how. |
685 | 685 |
686 The new node can live in an existing documentation file, or in a new | 686 The new node can live in an existing documentation file, or in a new |
687 one. It must have a @key{^_} character before it (invisible to the | 687 one. It must have a @key{^_} character before it (invisible to the |
688 user; this node has one but you cannot see it), and it ends with either | 688 user; this node has one but you cannot see it), and it ends with either |
689 a @key{^_}, a @key{^L}, or the end of file. Note: If you put in a | 689 a @key{^_}, a @key{^L}, or the end of file. Note: If you put in a |