commit e8ef2b0fbaef9a958f53ec0fd756321412b06577
parent 93ee3c439997835feeaa906d868e23b9e2c14f97
Author: Wolfgang Corcoran-Mathe <wcm@sigwinch.xyz>
Date: Wed, 31 Jan 2024 13:42:51 -0500
Reflow.
Diffstat:
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/doc/r7rs-small/r7rs-small.texinfo b/doc/r7rs-small/r7rs-small.texinfo
@@ -1075,12 +1075,12 @@ bodies of @code{case-lambda} expressions.
@item
If one of the following expressions is in a tail context, then the
-subexpressions shown as @svar{tail expression} are in a tail context. These were
-derived from rules in the grammar given in @ref{Formal syntax and semantics}
-by replacing some occurrences of @svar{body} with @svar{tail body}, some occurrences
-of @svar{expression} with @svar{tail expression}, and some occurrences of @svar{sequence}
-with @svar{tail sequence}. Only those rules that contain tail contexts are shown
-here.
+subexpressions shown as @svar{tail expression} are in a tail context. These
+were derived from rules in the grammar given in @ref{Formal syntax and
+semantics} by replacing some occurrences of @svar{body} with @svar{tail
+body}, some occurrences of @svar{expression} with @svar{tail expression},
+and some occurrences of @svar{sequence} with @svar{tail sequence}. Only
+those rules that contain tail contexts are shown here.
@c Maybe @format would be better here. FIXME: We still need markup
@c for metavariables.