Hi,

Using texinfo-4.8 to read `info info`, I noticed that after section 
"1.8 Some intermediate Info commands" came "2.6 Quitting Info", and 
then "2 Advanced Info Commands".  Further on there is no 2.6 between 
2.5 and 2.7.

Attached patch is against CVS and fixes this.  It just moves the 
relevant section into its proper place without changing any text, 
so I suppose it can be considered trivial.

Benno
--- cvs-texinfo/doc/info.texi	2006-03-28 16:30:51.000000000 +0200
+++ texinfo/doc/info.texi	2007-07-14 22:10:49.000000000 +0200
@@ -910,6 +910,39 @@
 @c If a menu appears at the end of this node, remove it.
 @c It is an accident of the menu updating command.
 
[EMAIL PROTECTED] Help-Q,  , Help-Int, Getting Started
[EMAIL PROTECTED]  node-name,  next,  previous,  up
[EMAIL PROTECTED] Quitting Info
+
[EMAIL PROTECTED] q @r{(Info mode)}
[EMAIL PROTECTED] Info-exit
[EMAIL PROTECTED] quitting Info mode
+  To get out of Info, back to what you were doing before, type @kbd{q}
+for @dfn{Quit}.  This runs @code{Info-exit} in Emacs.
+
+  This is the end of the basic course on using Info.  You have learned
+how to move in an Info document, and how to follow menus and cross
+references.  This makes you ready for reading manuals top to bottom,
+as new users should do when they learn a new package.
+
+  Another set of Info commands is useful when you need to find
+something quickly in a manual---that is, when you need to use a manual
+as a reference rather than as a tutorial.  We urge you to learn
+these search commands as well.  If you want to do that now, follow this
+cross reference to @ref{Advanced}.
+
+Yet another set of commands are meant for experienced users; you can
+find them by looking in the Directory node for documentation on Info.
+Finding them will be a good exercise in using Info in the usual
+manner.
+
[EMAIL PROTECTED]
+>> Type @kbd{d} to go to the Info directory node; then type
+   @kbd{mInfo} and Return, to get to the node about Info and
+   see what other help is available.
[EMAIL PROTECTED] format
+
+
 @node Advanced
 @chapter Advanced Info Commands
 
@@ -1395,38 +1428,6 @@
 >> Type @kbd{l} to return to the node where the cross reference was.
 @end format
 
[EMAIL PROTECTED] Help-Q,  , Help-Int, Getting Started
[EMAIL PROTECTED]  node-name,  next,  previous,  up
[EMAIL PROTECTED] Quitting Info
-
[EMAIL PROTECTED] q @r{(Info mode)}
[EMAIL PROTECTED] Info-exit
[EMAIL PROTECTED] quitting Info mode
-  To get out of Info, back to what you were doing before, type @kbd{q}
-for @dfn{Quit}.  This runs @code{Info-exit} in Emacs.
-
-  This is the end of the basic course on using Info.  You have learned
-how to move in an Info document, and how to follow menus and cross
-references.  This makes you ready for reading manuals top to bottom,
-as new users should do when they learn a new package.
-
-  Another set of Info commands is useful when you need to find
-something quickly in a manual---that is, when you need to use a manual
-as a reference rather than as a tutorial.  We urge you to learn
-these search commands as well.  If you want to do that now, follow this
-cross reference to @ref{Advanced}.
-
-Yet another set of commands are meant for experienced users; you can
-find them by looking in the Directory node for documentation on Info.
-Finding them will be a good exercise in using Info in the usual
-manner.
-
[EMAIL PROTECTED]
->> Type @kbd{d} to go to the Info directory node; then type
-   @kbd{mInfo} and Return, to get to the node about Info and
-   see what other help is available.
[EMAIL PROTECTED] format
-
 
 @node Tags, Checking, Cross-refs, Expert Info
 @comment  node-name,  next,  previous,  up

Reply via email to