commit 224877c899d4fc29c849811f9b86958f93a442e1 parent 9f0bf7cf306c77af5a22d20d02bcb857387e6ec7 Author: Wolfgang Corcoran-Mathe <wcm@sigwinch.xyz> Date: Tue, 30 Jan 2024 19:10:47 -0500 Cross-ref. Diffstat:
M | doc/r7rs-small/r7rs-small.texinfo | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/r7rs-small/r7rs-small.texinfo b/doc/r7rs-small/r7rs-small.texinfo @@ -1206,7 +1206,7 @@ intimately associated with the @code{delay}, @code{delay-force}, and syntax: <variable> -An expression consisting of a variable(section 3.1) is a variable reference. The value of the +An expression consisting of a variable (@xref{Variables - syntactic keywords - and regions}) is a variable reference. The value of the variable reference is the value stored in the location to which the variable is bound. It is an error to reference an unboundvariable.