Re: typos in texinfo.texi

2025-01-22 Thread Gavin Smith
Thank you! I have committed this change. > -Avoid any unncessary or gratuitious non-ASCII, UTF-8 sequences in the > +Avoid any unncessary or gratuitous non-ASCII, UTF-8 sequences in the I fixed the spelling of "unnecessary" well.

typos in texinfo.texi

2025-01-22 Thread Karl Berry
--- a/doc/texinfo.texi +++ b/doc/texinfo.texi @@ -1297,7 +1297,7 @@ Text ending the preamble @cindex Start of header line In Emacs, start- and end-of-header lines can be used to enclose commands that -globally affect the document in the Texinfo preambule. This allows you to +globally affect th

Re: Typos

2024-12-01 Thread Patrice Dumas
On Sun, Dec 01, 2024 at 03:04:24PM -0500, Ken Brown wrote: > There are a few places in the top-level configure.ac and in > tp/Texinfo/XS/configure.ac where "libintl" is spelled "libinlt". I assume > this is unintentional. It's harmless, AFAICT, because the misspellings are > done consistently. B

Typos

2024-12-01 Thread Ken Brown
There are a few places in the top-level configure.ac and in tp/Texinfo/XS/configure.ac where "libintl" is spelled "libinlt". I assume this is unintentional. It's harmless, AFAICT, because the misspellings are done consistently. But it's confusing to a reader of the code. Ken

Re: Texinfo manual: typos and English usage

2022-10-28 Thread Vincent Lefevre
On 2022-10-28 09:32:10 +0300, Eli Zaretskii wrote: > > Date: Fri, 28 Oct 2022 02:53:17 +0200 > > From: Vincent Lefevre > > > > The @code{makeinfo} program automatically determines node pointers > > for a hierarchically organized document. For it do to do this, each > > @code{@@node} command shou

Re: Texinfo manual: typos and English usage

2022-10-28 Thread Gavin Smith
e 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. Thanks!

Re: Texinfo manual: typos and English usage

2022-10-27 Thread Eli Zaretskii
> Date: Fri, 28 Oct 2022 02:53:17 +0200 > From: Vincent Lefevre > > 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 @c

Texinfo manual: typos and English usage

2022-10-27 Thread Vincent Lefevre
d"? And I've attached a patch fixing 2 typos. -- Vincent Lefèvre - 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/te

Re: [PATCH] Fix typos in doc/texinfo.tex

2020-04-14 Thread Gavin Smith
On Tue, Apr 14, 2020 at 01:24:51PM +0200, Vincent Lefevre wrote: > diff --git a/doc/texinfo.tex b/doc/texinfo.tex > index 6eb7978a2..2075158a1 100644 > --- a/doc/texinfo.tex > +++ b/doc/texinfo.tex > @@ -3101,10 +3101,10 @@ end > > % Allow a ragged right output to aid breaking long URL's. There

[PATCH] Fix typos in doc/texinfo.tex

2020-04-14 Thread Vincent Lefevre
diff --git a/doc/texinfo.tex b/doc/texinfo.tex index 6eb7978a2..2075158a1 100644 --- a/doc/texinfo.tex +++ b/doc/texinfo.tex @@ -3101,10 +3101,10 @@ end % Allow a ragged right output to aid breaking long URL's. There can % be a break at the \allowbreak with no extra glue (if the existing stret

Re: Some typos in the current manual

2020-01-02 Thread Jean-Christophe Helary
as looking for info on the HTML output options and found a few typos. So >> I decided to check the whole document. > > Thanks for looking at this. I agree with some of your changes and > disagree with others. It's quite time-consuming to review the entire > change because

Re: Some typos in the current manual

2020-01-02 Thread Gavin Smith
On Thu, Dec 26, 2019 at 10:17:28PM +0900, Jean-Christophe Helary wrote: > I was looking for info on the HTML output options and found a few typos. So I > decided to check the whole document. Thanks for looking at this. I agree with some of your changes and disagree with others. It&#

Some typos in the current manual

2019-12-26 Thread Jean-Christophe Helary
I was looking for info on the HTML output options and found a few typos. So I decided to check the whole document. The source I used is the one that's downloadable from the GNU site: https://www.gnu.org/software/texinfo/manual/texinfo/texinfo.texi.tar.gz Some proposals may be oversteppin

Re: Fix documentation typos

2017-01-21 Thread Gavin Smith
On 21 January 2017 at 07:32, Jason Hood wrote: > Attached is a small patch to fix two typos: > > info-stnd.texi: Default background colour was missing the 'bg'. > > texinfo.texi: A ` was missing (one instead of two). Thank you muchly. The second mistake was already fixed on 2016-11-12.

Fix documentation typos

2017-01-20 Thread Jason Hood
Attached is a small patch to fix two typos: info-stnd.texi: Default background colour was missing the 'bg'. texinfo.texi: A ` was missing (one instead of two). -- Jason. diff -urp texinfo-6-3/doc/info-stnd.texi texinfo-6.3/doc/info-stnd.texi --- texinfo-6-3/doc/info-stnd.texi

Re: Typos in txirefcard.tex

2014-02-06 Thread Karl Berry
please find attached a patch that corrects two spelling mistakes in txirefcard.tex. Thanks! Will install for the next release. Best, Karl

Typos in txirefcard.tex

2014-02-04 Thread Alexis Hildebrandt
Gentle people, please find attached a patch that corrects two spelling mistakes in txirefcard.tex. Please Cc me as I am not subscribed to the list. Best regards, Alexis --- a/doc/refcard/txirefcard.tex +++ b/doc/refcard/txirefcard.tex @@ -536,7 +536,7 @@ which they conventionally appear. \txicm

Typos in @geq{} and @geq{}

2009-03-18 Thread Arni Magnusson
Two more typos in the Texinfo manual: 1. @geq{} and @geq{} should be @geq{} and @leq{} 2. The paragraph in that section (@node geq leq) ends abruptly after a curious "The" Cheers, Arni

Re: typos

2006-07-08 Thread Karl Berry
Here's a patch to fix some typos. Thanks Ralf! ___ Texinfo home page: http://www.gnu.org/software/texinfo/ bug-texinfo@gnu.org http://lists.gnu.org/mailman/listinfo/bug-texinfo

typos

2006-07-07 Thread Ralf Wildenhues
Hello, Here's a patch to fix some typos. Note some of them are arguably correct writing, either in en_UK, or as an alternative form. I merely tried to make them consistent, feel free to ignore parts or all of this. Cheers, Ralf * doc/texinfo.txi: Fix some typos. Index

typos in documents

2000-11-05 Thread Jan van Male
Hi, Here are the results of a spell check that I did on the documents. jan diff -rup texinfonew/NEWS texinfo-4.0/NEWS --- texinfonew/NEWS Tue Sep 28 21:39:54 1999 +++ texinfo-4.0/NEWSSun Nov 5 12:10:50 2000 @@ -291,7 +291,7 @@ Note that versions 2.6 and 2.7 Beta were * Cleaner built