Mercurial > hg > xemacs-beta
diff man/info.texi @ 367:a4f53d9b3154 r21-1-13
Import from CVS: tag r21-1-13
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:01:07 +0200 |
parents | 972bbb6d6ca2 |
children | cc15677e0335 |
line wrap: on
line diff
--- a/man/info.texi Mon Aug 13 11:00:13 2007 +0200 +++ b/man/info.texi Mon Aug 13 11:01:07 2007 +0200 @@ -3,7 +3,7 @@ @setfilename ../info/info.info @settitle Info 1.0 @comment %**end of header -@comment $Id: info.texi,v 1.5 2000/07/15 00:44:53 vins Exp $ +@comment $Id: info.texi,v 1.7 2000/12/17 02:08:28 vins 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 -Emacs program, an editor with many other capabilities. +XEmacs 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 Emacs or Info window.) +isn't enough. You may need to shrink your XEmacs 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 -* Emacs Info Variables:: Variables modifying the behavior of Emacs Info. +* XEmacs Info Variables:: Variables modifying the behavior of XEmacs 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 Emacs' Info +If you display supports multiple fonts, and you are using XEmacs' 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 -Emacs editing mode, so that you can edit the text of the current node. +XEmacs 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}. @@ -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 Emacs Info mode and type + To make a tag table, go to a node in the file using XEmacs 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, Emacs Info Variables, Tags, Advanced Info +@node Checking, XEmacs 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 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; +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; 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, emacs, The GNU Emacs +Variables, Examining and Setting Variables, xemacs, The XEmacs 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 -GNU Emacs functions that do the same. +XEmacs 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.