Mercurial > hg > xemacs-beta
diff man/info.texi @ 371:cc15677e0335 r21-2b1
Import from CVS: tag r21-2b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:03:08 +0200 |
parents | a4f53d9b3154 |
children | 74fd4e045ea6 |
line wrap: on
line diff
--- a/man/info.texi Mon Aug 13 11:01:58 2007 +0200 +++ b/man/info.texi Mon Aug 13 11:03:08 2007 +0200 @@ -3,7 +3,7 @@ @setfilename ../info/info.info @settitle Info 1.0 @comment %**end of header -@comment $Id: info.texi,v 1.7 2000/12/17 02:08:28 vins Exp $ +@comment $Id: info.texi,v 1.4 1998/06/30 06:35:28 steve Exp $ @dircategory Texinfo documentation system @direntry @@ -122,7 +122,7 @@ @item Type @code{emacs} at the command line; then type @kbd{C-h i} (Control @kbd{h}, followed by @kbd{i}). This approach uses the Info mode of the -XEmacs program, an editor with many other capabilities. +Emacs program, an editor with many other capabilities. @end enumerate In either case, then type @kbd{mInfo} (just the letters), followed by @@ -304,7 +304,7 @@ a lot of Deletes. You can also type simply @kbd{b} for beginning. >> Try that now. (We have put in enough verbiage to push this past the first screenful, but screens are so big nowadays that perhaps it -isn't enough. You may need to shrink your XEmacs or Info window.) +isn't enough. You may need to shrink your Emacs or Info window.) Then come back, with Spaces. If your screen is very tall, all of this node might fit at once. @@ -608,7 +608,7 @@ * Cross-refs:: How to add cross-references to Info nodes. * Tags:: How to make tag tables for Info files. * Checking:: Checking an Info File -* XEmacs Info Variables:: Variables modifying the behavior of XEmacs Info. +* Emacs Info Variables:: Variables modifying the behavior of Emacs Info. @end menu @node Expert, Add, , Advanced Info @@ -652,7 +652,7 @@ argument. @kbd{1} goes through the first item in the current node's menu; @kbd{2} goes through the second item, etc. -If you display supports multiple fonts, and you are using XEmacs' Info +If you display supports multiple fonts, and you are using Emacs' Info mode to read Info files, the @samp{*} for the fifth menu item is underlines, and so is the @samp{*} for the ninth item; these underlines make it easy to see at a glance which number to use for an item. @@ -662,7 +662,7 @@ the name. The Info command @kbd{e} changes from Info mode to an ordinary -XEmacs editing mode, so that you can edit the text of the current node. +Emacs editing mode, so that you can edit the text of the current node. Type @kbd{C-c C-c} to switch back to Info. The @kbd{e} command is allowed only if the variable @code{Info-enable-edit} is non-@code{nil}. @@ -681,7 +681,7 @@ Usually, the way to create the nodes is with Texinfo @pxref{Top,, Overview of Texinfo, texinfo, Texinfo: The GNU Documentation Format}); this has the advantage that you can also make a printed manual from them. However, -if you want to edit an Info file, here is how. +if hyou want to edit an Info file, here is how. The new node can live in an existing documentation file, or in a new one. It must have a @key{^_} character before it (invisible to the @@ -819,7 +819,7 @@ an Info file lives inside the file itself and is used automatically whenever Info reads in the file. - To make a tag table, go to a node in the file using XEmacs Info mode and type + To make a tag table, go to a node in the file using Emacs Info mode and type @kbd{M-x Info-tagify}. Then you must use @kbd{C-x C-s} to save the file. @@ -847,7 +847,7 @@ a Delete character, and the character position in the file of the beginning of the node. -@node Checking, XEmacs Info Variables, Tags, Advanced Info +@node Checking, Emacs Info Variables, Tags, Advanced Info @comment node-name, next, previous, up @section Checking an Info File @@ -864,15 +864,15 @@ few. To check an Info file, do @kbd{M-x Info-validate} while looking at -any node of the file with XEmacs Info mode. - -@node XEmacs Info Variables, , Checking, Advanced Info -@section XEmacs Info-mode Variables - -The following variables may modify the behaviour of Info-mode in XEmacs; +any node of the file with Emacs Info mode. + +@node Emacs Info Variables, , Checking, Advanced Info +@section Emacs Info-mode Variables + +The following variables may modify the behaviour of Info-mode in Emacs; you may wish to set one or several of these variables interactively, or in your @file{~/.emacs} init file. @xref{Examining, Examining and Setting -Variables, Examining and Setting Variables, xemacs, The XEmacs +Variables, Examining and Setting Variables, emacs, The GNU Emacs Manual}. @vtable @code @@ -900,7 +900,7 @@ @code{makeinfo} is a utility that converts a Texinfo file into an Info file; @code{texinfo-format-region} and @code{texinfo-format-buffer} are -XEmacs functions that do the same. +GNU Emacs functions that do the same. @xref{Create an Info File, , Creating an Info File, texinfo, the Texinfo Manual}, to learn how to create an Info file from a Texinfo file.