texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

texinfo update (Sun Jul 9 18:52:01 EDT 2006)


From: Karl Berry
Subject: texinfo update (Sun Jul 9 18:52:01 EDT 2006)
Date: Sun, 09 Jul 2006 18:52:03 -0400

Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.621
retrieving revision 1.622
diff -u -r1.621 -r1.622
--- ChangeLog   7 Jul 2006 21:54:56 -0000       1.621
+++ ChangeLog   9 Jul 2006 22:37:55 -0000       1.622
@@ -1,3 +1,7 @@
+2006-07-09  <address@hidden>
+
+       * doc/texinfo.txi: Fix some typos.
+
 2006-07-04  Sergey Poznyakoff  <address@hidden>
 
        * makeinfo/macro.c (add_macro): Initialize def->argcount
Index: doc/texinfo.txi
===================================================================
RCS file: /sources/texinfo/texinfo/doc/texinfo.txi,v
retrieving revision 1.167
retrieving revision 1.168
diff -u -r1.167 -r1.168
--- doc/texinfo.txi     5 Jul 2006 13:39:05 -0000       1.167
+++ doc/texinfo.txi     9 Jul 2006 22:37:55 -0000       1.168
@@ -1,5 +1,5 @@
 \input texinfo.tex    @c -*-texinfo-*-
address@hidden $Id: texinfo.txi,v 1.167 2006/07/05 13:39:05 karl Exp $
address@hidden $Id: texinfo.txi,v 1.168 2006/07/09 22:37:55 karl Exp $
 @c Ordinarily, Texinfo files have the extension .texi.  But texinfo.texi
 @c clashes with texinfo.tex on 8.3 filesystems, so we use texinfo.txi.
 
@@ -1057,7 +1057,7 @@
 info://localhost/usr/info/emacs#Dissociated%20Press
 @end example
 
-The @command{info} program itself does not follow URI's of any kind.
+The @command{info} program itself does not follow URIs of any kind.
 
 
 @node Printed Books
@@ -1700,7 +1700,7 @@
 A bit of history: in the 1970's at CMU, Brian Reid developed a program
 and format named Scribe to mark up documents for printing.  It used the
 @code{@@} character to introduce commands, as Texinfo does.  Much more
-consequentially, it strived to describe document contents rather than
+consequentially, it strove to describe document contents rather than
 formatting, an idea wholeheartedly adopted by Texinfo.
 
 @cindex Bolio
@@ -3415,7 +3415,7 @@
 @findex filll @address@hidden dimension}
 Use the @code{@@page} command to cause a page break.  To push the
 copyright notice and the other text on the copyright page towards the
-bottom of the page, use the following incantantion after @code{@@page}:
+bottom of the page, use the following incantation after @code{@@page}:
 
 @example
 @@vskip 0pt plus 1filll
@@ -3508,7 +3508,7 @@
 page headings and footings to print on each page.  Usually, this is
 controlled by the @code{@@setchapternewpage} command.  You need the
 @code{@@headings} command only if the @code{@@setchapternewpage} command
-does not do what you want, or if you want to turn off pre-defined page
+does not do what you want, or if you want to turn off predefined page
 headings prior to defining your own.  Write an @code{@@headings} command
 immediately after the @code{@@end titlepage} address@hidden
 
@@ -3612,7 +3612,7 @@
 output.
 
 When @code{makeinfo} writes a short table of contents while producing
-html output, the links in the short table of contents point to
+HTML output, the links in the short table of contents point to
 corresponding entries in the full table of contents rather than the text
 of the document. The links in the full table of contents point to the
 main text of the document.
@@ -9172,7 +9172,7 @@
 @item label
 Specifies a cross-reference label for this float.  If given, this
 float is automatically given a number, and will appear in any
address@hidden@@listofloats} output (@pxref{listoffloats}).  Cross-references
address@hidden@@listoffloats} output (@pxref{listoffloats}).  Cross-references
 to @var{label} are allowed.
 
 @cindex Floats, making unnumbered
@@ -9362,7 +9362,7 @@
 
 @cindex Alt attribute for images
 @cindex Images, alternate text for
-When producing html, @code{makeinfo} sets the @dfn{alt attribute} for
+When producing HTML, @code{makeinfo} sets the @dfn{alt attribute} for
 inline images to the optional @var{alttext} (fourth) argument to
 @code{@@image}, if supplied.  If not supplied, @code{makeinfo} uses
 the full file name of the image being displayed.  If you want an empty
@@ -10896,7 +10896,7 @@
 
 @iftex
 The @code{@@address@hidden@}} command is displayed as @address@hidden
-in the printed output.  and as @samp{==>} in other formats.
+in the printed output and as @samp{==>} in other formats.
 @end iftex
 @ifnottex
 The @code{@@address@hidden@}} command is displayed as @address@hidden
@@ -12960,7 +12960,7 @@
 
 @table @code
 @item @@set @var{flag} address@hidden
-Set the variable @var{flag}, to the optional @var{value} if specifed.
+Set the variable @var{flag}, to the optional @var{value} if specified.
 
 @item @@clear @var{flag}
 Undefine the variable @var{flag}, whether or not it was previously defined.
@@ -13322,7 +13322,7 @@
 
 @cindex ISO 639 codes
 @cindex Language codes
-Hereare the valid language codes, from ISO-639.
+Here are the valid language codes, from ISO-639.
 
 @multitable @columnfractions .07 .26 .07 .26 .07 .26
 @item
@@ -14072,7 +14072,7 @@
 formatting commands will naturally misinterpret the end delimiter string
 you intended as the start delimiter string.
 
-If you do a @code{@@definfoenclose} on the name of a pre-defined macro
+If you do a @code{@@definfoenclose} on the name of a predefined macro
 (such as @code{@@emph}, @code{@@strong}, @code{@@t}, or @code{@@i}), the
 enclosure definition will override the built-in definition.
 
@@ -17595,7 +17595,7 @@
 @itemx @@ifnotxml
 Begin a stretch of text that will be ignored in one output format but
 not the others.  The text appears in the formats not specified:
address@hidden@@ifnothtml} text is omitted from html output, etc.  The exception
address@hidden@@ifnothtml} text is omitted from HTML output, etc.  The exception
 is @code{@@ifnotinfo} text, which is omitted from plain text output as
 well as Info output.  Pair with the corresponding @code{@@end
 address@hidden  @xref{Conditionals}.
@@ -18780,7 +18780,7 @@
 (@url{http://www.gnu.org/software/rcs}) version control systems, which
 expand it into a string such as:
 @example
-$Id: texinfo.txi,v 1.167 2006/07/05 13:39:05 karl Exp $
+$Id: texinfo.txi,v 1.168 2006/07/09 22:37:55 karl Exp $
 @end example
 (This is useful in all sources that use version control, not just manuals.)
 You may wish to include the @samp{$Id:} comment in the @code{@@copying}
@@ -18846,7 +18846,7 @@
 
 @verbatim
 \input texinfo   @c -*-texinfo-*-
address@hidden $Id: texinfo.txi,v 1.167 2006/07/05 13:39:05 karl Exp $
address@hidden $Id: texinfo.txi,v 1.168 2006/07/09 22:37:55 karl Exp $
 @comment %**start of header
 @setfilename sample.info
 @include version.texi
P ChangeLog
P doc/texinfo.txi


reply via email to

[Prev in Thread] Current Thread [Next in Thread]