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 60d162895440ef03a17a0873316f827da4fa8040
parent 89858a3fd93eb08a3d61c93a5e8d50dbd9b5c9cc
Author: Wolfgang Corcoran-Mathe <wcm@sigwinch.xyz>
Date:   Wed, 31 Jan 2024 17:11:48 -0500

Rename nodes for clarity.

The "Conditionals derived" contains 'case', 'and', etc., so
calling it "Conditionals cond" is a little misleading.

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

diff --git a/doc/r7rs-small/r7rs-small.texinfo b/doc/r7rs-small/r7rs-small.texinfo @@ -1198,7 +1198,7 @@ intimately associated with the @code{delay}, @code{delay-force}, and * Literal expressions:: * Procedure calls:: * Procedures:: -* Conditionals if:: +* Conditionals primitive:: * Assignments:: * Inclusion:: @end menu @@ -1403,7 +1403,7 @@ make @code{eqv?} and @code{eq?} work on procedures (@xref{Equivalence predicates}). @end deffn -@node Conditionals if +@node Conditionals primitive @subsection Conditionals (if) @deffn syntax if @svar{test} @svar{consequent} @svar{alternate} @@ -1479,7 +1479,7 @@ purposes, @ref{Derived expression types formal} gives syntax definitions that wi described in this section into the primitive constructs described in the previous section. @menu -* Conditionals cond:: +* Conditionals derived:: * Binding constructs:: * Sequencing:: * Iteration:: @@ -1490,8 +1490,8 @@ described in this section into the primitive constructs described in the previou * Case-lambda:: @end menu -@node Conditionals cond -@subsection Conditionals (cond) +@node Conditionals derived +@subsection Conditionals @deffn syntax cond @svar{clause@sub{1}} @svar{clause@sub{2}}@dots{} @deffnx {auxiliary syntax} else