[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#72208: [PATCH] doc: tour: note the top-level modules ice-9, scheme,
From: |
Ludovic Courtès |
Subject: |
bug#72208: [PATCH] doc: tour: note the top-level modules ice-9, scheme, and srfi |
Date: |
Sat, 26 Oct 2024 19:27:04 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Hello,
"Dr. Arne Babenhauserheide" <arne_bab@web.de> skribis:
> From 6838e4da9712425e7e45805a73731bb399d90a86 Mon Sep 17 00:00:00 2001
> From: Arne Babenhauserheide <arne_bab@web.de>
> Date: Sat, 20 Jul 2024 15:03:15 +0200
> Subject: [PATCH] doc: reference ice-9, scheme, and srfi
>
> * doc/ref/tour.texi (Using Modules): reference ice-9, scheme, and srfi.
Good idea!
> +Most provided modules use prefixes based on their origin:
> +
> +@itemize @bullet
> +@item @code{ice-9} includes guile-specific modules: the standard library of
> Guile. @xref{Status, History of ice-9, History of ice-9}
s/guile/Guile/
Also: please leave two spaces after an end-of-sentence period and add a
semicolon at the end of the line.
> +@item @code{rnrs} and @code{scheme} include modules from the RnRS standard
> (@url{https://standards.scheme.org/}). @xref{R7RS Support} and @xref{R6RS
> Support}
s/RnRS standard/Scheme standards/
Likewise, semicolon at the end of the line
> +@item @code{srfi} includes Scheme Requests For Implementation; SRFI’s
> (@url{https://srfi.schemers.org/}). @xref{SRFI Support}
Rather:
… includes @uref{https://srfi.schemers.org/, Scheme Requests for
Implementation or ``SRFIs''} (@pxref{SRFI Support});
> +@item Some larger features have their own prefix. These include @code{web}
> (@pxref{Web}), @code{oop} (@xref{GOOPS}), @code{sxml} (@pxref{SXML}), and
> @code{language} (@pxref{Other Languages}).
s/@xref{GOOPS}/@pxref{GOOPS}/ (since it’s in parentheses)
Fine with me with these changes!
Ludo’.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- bug#72208: [PATCH] doc: tour: note the top-level modules ice-9, scheme, and srfi,
Ludovic Courtès <=