In the doc/texinfo.texi file:

The @code{makeinfo} program automatically determines node pointers
for a hierarchically organized document.  For it do to do this, each
@code{@@node} command should be followed immediately by a sectioning
command such as @code{@@chapter} or @code{@@section} (except that
comment lines may intervene).  Finally, you must follow the `Top'
[...]

Concerning "For it do to do this", I suppose that the first "do"
should not be there. But it is still a bit difficult to parse and
it should be simplified, IMHO. Replace it by "To this end"?

And I've attached a patch fixing 2 typos.

-- 
Vincent Lefèvre <[email protected]> - Web: <https://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)
diff --git a/doc/texinfo.texi b/doc/texinfo.texi
index 25eb1b3328..113db20654 100644
--- a/doc/texinfo.texi
+++ b/doc/texinfo.texi
@@ -2907,7 +2907,7 @@ hierarchically or in fact to contain sectioning commands at all (for
 example, if you never intend the document to be printed), so node
 pointers may still be specified explicitly, in full generality.
 
-If you are using GNU Emacs, and want explict pointers, you can use the
+If you are using GNU Emacs, and want explicit pointers, you can use the
 update node commands provided by Texinfo mode to insert the names of
 the pointers.  (@xref{Updating Nodes and Menus}.)
 
@@ -12637,7 +12637,7 @@ However, this text will appear only in Info and plain text.
 And this text will only appear in HTML.
 @end ifhtml
 @iflatex
-Morever, this text will only appear in @LaTeX{}.
+Moreover, this text will only appear in @LaTeX{}.
 @end iflatex
 @ifplaintext
 Whereas this text will only appear in plain text.

Reply via email to