Re: some doc typo fixes

Shiro Kawai <[email protected]> Sat, 9 Nov 2024 21:55:44 -1000
Newsgroups gmane.lisp.scheme.gauche
Message-ID <CALN0JNGMtXS+POdmX1wnXndoXCNg82GtamfAcgBCm1OQKjqxyQ@mail.gmail.com>
--===============7121170639042640198==
Content-Type: multipart/alternative; boundary="0000000000005d5a5c06268a506d"

--0000000000005d5a5c06268a506d
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Thanks.  Patch applied.


On Sat, Nov 9, 2024 at 11:05=E2=80=AFAM Jens Thiele <[email protected]> wrote:

> diff --git a/doc/corelib.texi b/doc/corelib.texi
> index 5624bf245..c4fbd9fe4 100644
> --- a/doc/corelib.texi
> +++ b/doc/corelib.texi
> @@ -6051,7 +6051,7 @@ We don't have any better idea now, unfortunately.
>  @defun num-pairs lis
>  @c EN
>  Returns the number of pairs that consists a (proper, dotted, or circular=
)
> -list @var{lis}, in an exact ineger.
> +list @var{lis}, in an exact integer.
>  If @var{lis} is a proper list, it is the same as @code{length}.
>  @c JP
>  =E3=83=AA=E3=82=B9=E3=83=88@var{lis}=E3=82=92=E6=A7=8B=E6=88=90=E3=81=99=
=E3=82=8B=E3=83=9A=E3=82=A2=E3=81=AE=E6=95=B0=E3=82=92=E6=AD=A3=E7=A2=BA=E3=
=81=AA=E6=95=B4=E6=95=B0=E3=81=A7=E8=BF=94=E3=81=97=E3=81=BE=E3=81=99=E3=80=
=82@var{lis}=E3=81=AF=E3=83=89=E3=83=83=E3=83=88=E3=83=AA=E3=82=B9=E3=83=88=
=E3=82=84=E5=BE=AA=E7=92=B0=E3=83=AA=E3=82=B9=E3=83=88
> diff --git a/doc/coresyn.texi b/doc/coresyn.texi
> index c8d259778..3bd27afca 100644
> --- a/doc/coresyn.texi
> +++ b/doc/coresyn.texi
> @@ -4154,7 +4154,7 @@ the current module, you can use @code{module-binds?=
}
>  @c COMMON
>
>  @c EN
> -One upon a time, the Scheme world was simple.  We had one single global
> +Once upon a time, the Scheme world was simple.  We had one single global
>  space we called the toplevel.  Toplevel definitions can be understood
>  as side-effects to this global space; if the name hasn't been exist
>  there yet, create a new binding, otherwise, overwrite existing one.
> @@ -4311,7 +4311,7 @@ The modern way of such augumentation is to use
> renaming import:
>
>  @c EN
>  Gauche's module system predates R6RS and R7RS, and it regards a module
> -as a first-class entity and suppors class-like inheritance.  It is
> +as a first-class entity and supports class-like inheritance.  It is
>  upper-compatible to R7RS libraries, but we take freedom in interpreting
>  R7RS undefined behaviors.
>  @c JP
> @@ -4393,7 +4393,7 @@ REPL=E3=82=BB=E3=83=9E=E3=83=B3=E3=83=86=E3=82=A3=
=E3=82=AF=E3=82=B9=E3=81=A7=E5=8B=95=E3=81=8F=E3=81=93=E3=81=A8=E3=82=92=E6=
=9C=9F=E5=BE=85=E3=81=97=E3=81=A6=E3=81=84=E3=81=9F=E3=82=B3=E3=83=BC=E3=83=
=89=E3=81=AF=E3=81=82=E3=82=8B
>  In order to support the transition, if you set an environment
>  variable @code{GAUCHE_LEGACY_DEFINE}, Gauche treats definitions
>  in the same way as 0.9.8 and before.
> -Note that if you that, you may see Gauche can't include some valid R7RS
> +Note that if you do that, you may see Gauche can't include some valid R7=
RS
>  code that has multiple libraries in one file.
>  @c JP
>  =E7=A7=BB=E8=A1=8C=E3=82=92=E3=82=B9=E3=83=A0=E3=83=BC=E3=82=B9=E3=81=AB=
=E3=81=99=E3=82=8B=E3=81=9F=E3=82=81=E3=81=AB=E3=80=81=E7=92=B0=E5=A2=83=E5=
=A4=89=E6=95=B0@code{GAUCHE_LEGACY_DEFINE}=E3=81=8C=E5=AE=9A=E7=BE=A9=E3=81=
=95=E3=82=8C=E3=81=A6=E3=81=84=E3=82=8B
>
>
>
>
> _______________________________________________
> Gauche-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/gauche-devel
>

--0000000000005d5a5c06268a506d
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr">Thanks.=C2=A0 Patch applied.<div><br></div></div><br><div =
class=3D"gmail_quote"><div dir=3D"ltr" class=3D"gmail_attr">On Sat, Nov 9, =
2024 at 11:05=E2=80=AFAM Jens Thiele &lt;<a href=3D"mailto:[email protected]">=
[email protected]</a>&gt; wrote:<br></div><blockquote class=3D"gmail_quote" st=
yle=3D"margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padd=
ing-left:1ex">diff --git a/doc/corelib.texi b/doc/corelib.texi<br>
index 5624bf245..c4fbd9fe4 100644<br>
--- a/doc/corelib.texi<br>
+++ b/doc/corelib.texi<br>
@@ -6051,7 +6051,7 @@ We don&#39;t have any better idea now, unfortunately.=
<br>
=C2=A0@defun num-pairs lis<br>
=C2=A0@c EN<br>
=C2=A0Returns the number of pairs that consists a (proper, dotted, or circu=
lar)<br>
-list @var{lis}, in an exact ineger.<br>
+list @var{lis}, in an exact integer.<br>
=C2=A0If @var{lis} is a proper list, it is the same as @code{length}.<br>
=C2=A0@c JP<br>
=C2=A0=E3=83=AA=E3=82=B9=E3=83=88@var{lis}=E3=82=92=E6=A7=8B=E6=88=90=E3=81=
=99=E3=82=8B=E3=83=9A=E3=82=A2=E3=81=AE=E6=95=B0=E3=82=92=E6=AD=A3=E7=A2=BA=
=E3=81=AA=E6=95=B4=E6=95=B0=E3=81=A7=E8=BF=94=E3=81=97=E3=81=BE=E3=81=99=E3=
=80=82@var{lis}=E3=81=AF=E3=83=89=E3=83=83=E3=83=88=E3=83=AA=E3=82=B9=E3=83=
=88=E3=82=84=E5=BE=AA=E7=92=B0=E3=83=AA=E3=82=B9=E3=83=88<br>
diff --git a/doc/coresyn.texi b/doc/coresyn.texi<br>
index c8d259778..3bd27afca 100644<br>
--- a/doc/coresyn.texi<br>
+++ b/doc/coresyn.texi<br>
@@ -4154,7 +4154,7 @@ the current module, you can use @code{module-binds?}<=
br>
=C2=A0@c COMMON<br>
<br>
=C2=A0@c EN<br>
-One upon a time, the Scheme world was simple.=C2=A0 We had one single glob=
al<br>
+Once upon a time, the Scheme world was simple.=C2=A0 We had one single glo=
bal<br>
=C2=A0space we called the toplevel.=C2=A0 Toplevel definitions can be under=
stood<br>
=C2=A0as side-effects to this global space; if the name hasn&#39;t been exi=
st<br>
=C2=A0there yet, create a new binding, otherwise, overwrite existing one.<b=
r>
@@ -4311,7 +4311,7 @@ The modern way of such augumentation is to use renami=
ng import:<br>
<br>
=C2=A0@c EN<br>
=C2=A0Gauche&#39;s module system predates R6RS and R7RS, and it regards a m=
odule<br>
-as a first-class entity and suppors class-like inheritance.=C2=A0 It is<br=
>
+as a first-class entity and supports class-like inheritance.=C2=A0 It is<b=
r>
=C2=A0upper-compatible to R7RS libraries, but we take freedom in interpreti=
ng<br>
=C2=A0R7RS undefined behaviors.<br>
=C2=A0@c JP<br>
@@ -4393,7 +4393,7 @@ REPL=E3=82=BB=E3=83=9E=E3=83=B3=E3=83=86=E3=82=A3=E3=
=82=AF=E3=82=B9=E3=81=A7=E5=8B=95=E3=81=8F=E3=81=93=E3=81=A8=E3=82=92=E6=9C=
=9F=E5=BE=85=E3=81=97=E3=81=A6=E3=81=84=E3=81=9F=E3=82=B3=E3=83=BC=E3=83=89=
=E3=81=AF=E3=81=82=E3=82=8B<br>
=C2=A0In order to support the transition, if you set an environment<br>
=C2=A0variable @code{GAUCHE_LEGACY_DEFINE}, Gauche treats definitions<br>
=C2=A0in the same way as 0.9.8 and before.<br>
-Note that if you that, you may see Gauche can&#39;t include some valid R7R=
S<br>
+Note that if you do that, you may see Gauche can&#39;t include some valid =
R7RS<br>
=C2=A0code that has multiple libraries in one file.<br>
=C2=A0@c JP<br>
=C2=A0=E7=A7=BB=E8=A1=8C=E3=82=92=E3=82=B9=E3=83=A0=E3=83=BC=E3=82=B9=E3=81=
=AB=E3=81=99=E3=82=8B=E3=81=9F=E3=82=81=E3=81=AB=E3=80=81=E7=92=B0=E5=A2=83=
=E5=A4=89=E6=95=B0@code{GAUCHE_LEGACY_DEFINE}=E3=81=8C=E5=AE=9A=E7=BE=A9=E3=
=81=95=E3=82=8C=E3=81=A6=E3=81=84=E3=82=8B<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
Gauche-devel mailing list<br>
<a href=3D"mailto:[email protected]" target=3D"_blank">Gau=
[email protected]</a><br>
<a href=3D"https://lists.sourceforge.net/lists/listinfo/gauche-devel" rel=
=3D"noreferrer" target=3D"_blank">https://lists.sourceforge.net/lists/listi=
nfo/gauche-devel</a><br>
</blockquote></div>

--0000000000005d5a5c06268a506d--


--===============7121170639042640198==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline


--===============7121170639042640198==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Gauche-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gauche-devel

--===============7121170639042640198==--