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 b2e1edd23fbfb3acb454e9c4310676c602a1fee0
parent 4e786f993316a174770a51e62915cd32753cd935
Author: Wolfgang Corcoran-Mathe <wcm@sigwinch.xyz>
Date:   Mon,  5 Feb 2024 15:47:40 -0500

Don't use a heading for a note section.

Diffstat:
Mdoc/r7rs-small/basic-concepts.texinfo | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/doc/r7rs-small/basic-concepts.texinfo b/doc/r7rs-small/basic-concepts.texinfo @@ -334,9 +334,7 @@ is in a tail context, but it is not a call and thus is not a tail call. (and (g) (f)))) @end lisp -@subheading Note - -Implementations may recognize that some non-tail calls, such as the call to +Note: Implementations may recognize that some non-tail calls, such as the call to @code{h} above, can be evaluated as though they were tail calls. In the example above, the @code{let} expression could be compiled as a tail call to @code{h}. (The possibility of @code{h} returning an unexpected number of