r7rs-small-texinfo

Unnamed repository; edit this file 'description' to name the repository.
git clone https://kaka.farm/~git/r7rs-small-texinfo
Log | Files | Refs | README

commit 2743c17aec3cdcb536634a945480ac828be59167
parent 64dd262be91d2de26dac1884d869c5f2b6744b9f
Author: Wolfgang Corcoran-Mathe <wcm@sigwinch.xyz>
Date:   Thu,  8 Feb 2024 12:59:00 -0500

Use @appendixsec in appendices.

Diffstat:
Mdoc/r7rs-small/appendix-a.texinfo | 32++++++++++++++++----------------
1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/doc/r7rs-small/appendix-a.texinfo b/doc/r7rs-small/appendix-a.texinfo @@ -28,7 +28,7 @@ and is reserved for use by future standards. @end menu @node Base Library -@section Base Library +@appendixsec Base Library The @code{(scheme base)} library exports many of the procedures and syntax bindings that are traditionally associated with Scheme. The @@ -755,7 +755,7 @@ and are therefore provided as convenient abbreviations. @end itemize @node Case-Lambda Library -@section Case-Lambda Library +@appendixsec Case-Lambda Library The @code{(scheme case-lambda)} library exports the @code{case-lambda} syntax. @@ -767,7 +767,7 @@ The @code{(scheme case-lambda)} library exports the @code{case-lambda} syntax. @end itemize @node Char Library -@section Char Library +@appendixsec Char Library The @code{(scheme char)} library provides the procedures for dealing with characters that involve potentially large tables when supporting all of Unicode. @@ -843,7 +843,7 @@ potentially large tables when supporting all of Unicode. @end itemize @node Complex Library -@section Complex Library +@appendixsec Complex Library The @code{(scheme complex)} library exports procedures which are typically only useful with non-real numbers. @@ -871,7 +871,7 @@ typically only useful with non-real numbers. @end itemize @node CxR Library -@section CxR Library +@appendixsec CxR Library The @code{(scheme cxr)} library exports twenty-four procedures which are the compositions of from three to four @code{car} and @code{cdr} @@ -963,7 +963,7 @@ two-level compositions are included in the base library. @end itemize @node Eval Library -@section Eval Library +@appendixsec Eval Library The @code{(scheme eval)} library exports procedures for evaluating Scheme data as programs. @@ -979,7 +979,7 @@ Scheme data as programs. @end itemize @node File Library -@section File Library +@appendixsec File Library The @code{(scheme file)} library provides procedures for accessing files. @@ -1019,7 +1019,7 @@ files. @end itemize @node Inexact Library -@section Inexact Library +@appendixsec Inexact Library The @code{(scheme inexact)} library exports procedures which are typically only useful with inexact values. @@ -1065,7 +1065,7 @@ typically only useful with inexact values. @end itemize @node Lazy Library -@section Lazy Library +@appendixsec Lazy Library The @code{(scheme lazy)} library exports procedures and syntax keywords for lazy evaluation. @@ -1090,7 +1090,7 @@ for lazy evaluation. @end itemize @node Load Library -@section Load Library +@appendixsec Load Library The @code{(scheme load)} library exports procedures for loading Scheme expressions from files. @@ -1103,7 +1103,7 @@ expressions from files. @end itemize @node Process-Context Library -@section Process-Context Library +@appendixsec Process-Context Library The @code{(scheme process-context)} library exports procedures for accessing with the program's calling context. @@ -1128,7 +1128,7 @@ accessing with the program's calling context. @end itemize @node Read Library -@section Read Library +@appendixsec Read Library The @code{(scheme read)} library provides procedures for reading Scheme objects. @@ -1141,7 +1141,7 @@ objects. @end itemize @node Repl Library -@section Repl Library +@appendixsec Repl Library The @code{(scheme repl)} library exports the interaction-environment procedure. @@ -1154,7 +1154,7 @@ procedure. @end itemize @node Time Library -@section Time Library +@appendixsec Time Library The @code{(scheme time)} library provides access to time-related values. @@ -1173,7 +1173,7 @@ values. @end itemize @node Write Library -@section Write Library +@appendixsec Write Library The @code{(scheme write)} library provides procedures for writing Scheme objects. @@ -1195,7 +1195,7 @@ Scheme objects. @end itemize @node R5RS Library -@section R5RS Library +@appendixsec R5RS Library The @code{(scheme r5rs)} library provides the identifiers defined by @rfivers{}, except that @code{transcript-on} and @code{transcript-off}