commit 027a37ddf081b11edf947eca3b85318a1a69d598
parent 878cb5641bc98d1e12b223cc12f280aad0f0001c
Author: Wolfgang Corcoran-Mathe <wcm@sigwinch.xyz>
Date: Tue, 30 Jan 2024 19:07:38 -0500
Section 4 top: Markup.
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/doc/r7rs-small/r7rs-small.texinfo b/doc/r7rs-small/r7rs-small.texinfo
@@ -1174,11 +1174,11 @@ explicitly unspecified and implementation-dependent.)
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 section 7.3.
+expressions are given in @ref{Derived expression types (formal)}.
-The procedures force, promise?, make-promise, and make-parameter are also described
-in this chapter because they are intimately associated with the delay, delay-force, and
-parameterize expression types.
+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::