commit 541e71a86980d2fb72a96c121aa7f34294ac1500
parent aa9b82d60bb43ccd5885c8b178a0daefa1c7b225
Author: Wolfgang Corcoran-Mathe <wcm@sigwinch.xyz>
Date: Wed, 31 Jan 2024 17:40:16 -0500
Subscripts.
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/r7rs-small/r7rs-small.texinfo b/doc/r7rs-small/r7rs-small.texinfo
@@ -1646,7 +1646,7 @@ expressions, then @code{#f} is returned.
@end example
-@deffn syntax when @svar{test} @svar{expression1} @svar{expression2}@dots{}
+@deffn syntax when @svar{test} @svar{expression@sub{1}} @svar{expression@sub{2}}@dots{}
Syntax: The @svar{test} is an expression.
@@ -1663,7 +1663,7 @@ evaluated in order. The result of the @code{when} expression is unspecified.
@end display
-@deffn syntax unless @svar{test} @svar{expression1} @svar{expression2}@dots{}
+@deffn syntax unless @svar{test} @svar{expression@sub{1}} @svar{expression@sub{2}}@dots{}
Syntax: The @svar{test} is an expression.
@@ -1680,7 +1680,7 @@ order. The result of the @code{unless} expression is unspecified.
@end display
-@deffn syntax cond-expand @svar{ce-clause1} @svar{ce-clause2}@dots{}
+@deffn syntax cond-expand @svar{ce-clause@sub{1}} @svar{ce-clause@sub{2}}@dots{}
Syntax: The @code{cond-expand} expression type provides a way to statically expand different
expressions depending on the implementation. A @svar{ce-clause} takes the following form: