commit 9f0bf7cf306c77af5a22d20d02bcb857387e6ec7
parent 027a37ddf081b11edf947eca3b85318a1a69d598
Author: Wolfgang Corcoran-Mathe <wcm@sigwinch.xyz>
Date: Tue, 30 Jan 2024 19:07:57 -0500
4: Reflow.
Diffstat:
1 file changed, 10 insertions(+), 8 deletions(-)
diff --git a/doc/r7rs-small/r7rs-small.texinfo b/doc/r7rs-small/r7rs-small.texinfo
@@ -1171,14 +1171,16 @@ explicitly unspecified and implementation-dependent.)
@node Expressions
@chapter Expressions
-Expression types are categorized as @dfn{primitive} or @dfn{derived}. Primitive expression types include
-variables and procedure calls. Derived expression types are not semantically primitive,
-but can instead be defined as macros. Suitable syntax definitions of some of the derived
-expressions are given in @ref{Derived expression types (formal)}.
-
-The procedures @code{force}, @code{promise?}, @code{make-promise}, and @code{make-parameter}
-are also described in this chapter because they are intimately associated
-with the @code{delay}, @code{delay-force}, and @code{parameterize} expression types.
+Expression types are categorized as @dfn{primitive} or @dfn{derived}.
+Primitive expression types include variables and procedure calls. Derived
+expression types are not semantically primitive, but can instead be defined
+as macros. Suitable syntax definitions of some of the derived expressions
+are given in @ref{Derived expression types (formal)}.
+
+The procedures @code{force}, @code{promise?}, @code{make-promise}, and
+@code{make-parameter} are also described in this chapter because they are
+intimately associated with the @code{delay}, @code{delay-force}, and
+@code{parameterize} expression types.
@menu
* Primitive expression types::