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

commit 7622bf6ec235cb83f9d910e99341adcead1cc12b
parent cbbd966e33ca88aab5a01666bec7dafc88788213
Author: Wolfgang Corcoran-Mathe <wcm@sigwinch.xyz>
Date:   Wed, 31 Jan 2024 16:59:19 -0500

Fix node names in menus.

Diffstat:
Mdoc/r7rs-small/r7rs-small.texinfo | 14+++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/doc/r7rs-small/r7rs-small.texinfo b/doc/r7rs-small/r7rs-small.texinfo @@ -830,7 +830,7 @@ In particular, it is an error for quasiquote (section 4.2.8) to contain them. @menu * Variables - syntactic keywords - and regions:: * Disjointness of types:: -* External representations (basic):: +* External representations basic:: * Storage model:: * Proper tail recursion:: @end menu @@ -1198,7 +1198,7 @@ intimately associated with the @code{delay}, @code{delay-force}, and * Literal expressions:: * Procedure calls:: * Procedures:: -* Conditionals (if):: +* Conditionals if:: * Assignments:: * Inclusion:: @end menu @@ -1479,7 +1479,7 @@ purposes, section 7.3 gives syntax definitions that will convert most of the con described in this section into the primitive constructs described in the previous section. @menu -* Conditionals (cond):: +* Conditionals cond:: * Binding constructs:: * Sequencing:: * Iteration:: @@ -7864,7 +7864,7 @@ modify this list. Here is an example of what features might return: @menu * Formal syntax:: * Formal semantics:: -* Derived expression types (formal):: +* Derived expression types formal:: @end menu @node Formal syntax @@ -7875,12 +7875,12 @@ in previous chapters of this report. @menu * Lexical structure:: -* External representations (formal):: -* Expressions (formal):: +* External representations formal:: +* Expressions formal:: * Quasiquotations:: * Transformers:: * Programs and definitions:: -* Libraries (formal):: +* Libraries formal:: @end menu @node Lexical structure