commit 5612e682bae95acb9cd8b23778017fa11bcbc25b parent 224877c899d4fc29c849811f9b86958f93a442e1 Author: Wolfgang Corcoran-Mathe <wcm@sigwinch.xyz> Date: Tue, 30 Jan 2024 19:11:31 -0500 Minor reflow. Diffstat:
M | doc/r7rs-small/r7rs-small.texinfo | | | 8 | +++++--- |
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/doc/r7rs-small/r7rs-small.texinfo b/doc/r7rs-small/r7rs-small.texinfo @@ -1206,9 +1206,11 @@ intimately associated with the @code{delay}, @code{delay-force}, and syntax: <variable> -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. +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. @example