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 6358738fe592a856f64b1057425f4251ea58d319
parent 6f21bdd34dcb89ba69f55ee6ea4354357e62e513
Author: Wolfgang Corcoran-Mathe <wcm@sigwinch.xyz>
Date:   Mon,  5 Feb 2024 15:46:10 -0500

Missing markup.

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

diff --git a/doc/r7rs-small/basic-concepts.texinfo b/doc/r7rs-small/basic-concepts.texinfo @@ -231,7 +231,7 @@ Steele and Sussman later observed that in their interpreter the code for dealing with actors was identical to that for functions and thus there was no need to include both in the language. -A @dfn{tail call} is a procedure call that occurs in a tail context. Tail +A @dfn{tail call} is a procedure call that occurs in a @dfn{tail context}. Tail contexts are defined inductively. Note that a tail context is always determined with respect to a particular lambda expression.