[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Typos in texinfo.txi
From: |
Torsten Bronger |
Subject: |
Typos in texinfo.txi |
Date: |
Fri, 01 Apr 2005 23:36:10 +0200 |
User-agent: |
Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) |
Hallöchen!
I found a missing `@' in the @comma{} section and so I took the
opportunity to run a spell checker over texinfo.txi. Nothing
significant, but the @comma{} thing was really confusing. ;)
Tschö,
Torsten.
===================================================================
RCS file: /cvsroot/texinfo/texinfo/doc/texinfo.txi,v
retrieving revision 1.137
diff -c -r1.137 texinfo.txi
*** texinfo.txi 22 Mar 2005 01:29:05 -0000 1.137
--- texinfo.txi 1 Apr 2005 21:29:53 -0000
***************
*** 1359,1365 ****
@cindex Required in Texinfo file
@cindex Texinfo file minimum
! By convention, the namea of a Texinfo file ends with (in order of
preference) one of the extensions @file{.texinfo}, @file{.texi},
@file{.txi}, or @file{.tex}. The longer extensions are preferred since
they describe more clearly to a human reader the nature of the file.
--- 1359,1365 ----
@cindex Required in Texinfo file
@cindex Texinfo file minimum
! By convention, the name of a Texinfo file ends with (in order of
preference) one of the extensions @file{.texinfo}, @file{.texi},
@file{.txi}, or @file{.tex}. The longer extensions are preferred since
they describe more clearly to a human reader the nature of the file.
***************
*** 6704,6710 ****
@item @@address@hidden@address@hidden
Indicate an environment variable.
! @xref{env,,@code{@@kenv}}.
@item @@address@hidden@address@hidden
Indicate the name of a file.
--- 6704,6710 ----
@item @@address@hidden@address@hidden
Indicate an environment variable.
! @xref{env,,@code{@@env}}.
@item @@address@hidden@address@hidden
Indicate the name of a file.
***************
*** 9327,9333 ****
@cindex GIF images, unsupported due to patents
@cindex PNG image format
! @cindex JPG image format
If you do not supply the optional @var{extension} (fifth) argument,
@code{makeinfo} first tries @address@hidden; if that does
not exist, it tries @address@hidden If that does not exist
--- 9327,9333 ----
@cindex GIF images, unsupported due to patents
@cindex PNG image format
! @cindex JPEG image format
If you do not supply the optional @var{extension} (fifth) argument,
@code{makeinfo} first tries @address@hidden; if that does
not exist, it tries @address@hidden If that does not exist
***************
*** 10065,10071 ****
these cases, the comma character is used to separate arguments.
Since a comma character would confuse Texinfo's parsing for these
! commands, you must use the command @address@hidden instead if you want
to pass an actual comma. Here are some examples:
@example
--- 10065,10071 ----
these cases, the comma character is used to separate arguments.
Since a comma character would confuse Texinfo's parsing for these
! commands, you must use the command @samp{@@comma{}} instead if you want
to pass an actual comma. Here are some examples:
@example
***************
*** 10268,10274 ****
This is text. Two sentences. Three sentences. French spacing.
@@frenchspacing off
! This is text. Two sentences. Three sentences. Non-french spacing.
@end example
@noindent produces (there will be no difference in Info):
--- 10268,10274 ----
This is text. Two sentences. Three sentences. French spacing.
@@frenchspacing off
! This is text. Two sentences. Three sentences. Non-French spacing.
@end example
@noindent produces (there will be no difference in Info):
***************
*** 10277,10283 ****
This is text. Two sentences. Three sentences. French spacing.
@frenchspacing off
! This is text. Two sentences. Three sentences. Non-french spacing.
@code{@@frenchspacing} mainly affects the printed output, including
the output after @code{@@.}, @code{@@!}, and @code{@@?} (@pxref{Ending
--- 10277,10283 ----
This is text. Two sentences. Three sentences. French spacing.
@frenchspacing off
! This is text. Two sentences. Three sentences. Non-French spacing.
@code{@@frenchspacing} mainly affects the printed output, including
the output after @code{@@.}, @code{@@!}, and @code{@@?} (@pxref{Ending
***************
*** 13409,13415 ****
@item
@code{sa} @tab Sanskrit @tab
@code{sd} @tab Sindhi @tab
! @code{sg} @tab Sangro
@item
@code{sh} @tab Serbo-Croatian @tab
@code{si} @tab Sinhalese @tab
--- 13409,13415 ----
@item
@code{sa} @tab Sanskrit @tab
@code{sd} @tab Sindhi @tab
! @code{sg} @tab Sango
@item
@code{sh} @tab Serbo-Croatian @tab
@code{si} @tab Sinhalese @tab
- Typos in texinfo.txi,
Torsten Bronger <=