commit 050c16acf2d5779b00f26c446534afcc6655d30f
parent 71c25a74d601ee6c8577c0703606fc87bce6b496
Author: Wolfgang Corcoran-Mathe <wcm@sigwinch.xyz>
Date: Wed, 7 Feb 2024 12:46:45 -0500
Markup.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/r7rs-small/overview.texinfo b/doc/r7rs-small/overview.texinfo
@@ -68,7 +68,7 @@ prefix notation for programs and other data; the grammar of Scheme
generates a sublanguage of the language used for data. An important
consequence of this simple, uniform representation is that Scheme
programs and data can easily be treated uniformly by other Scheme
-programs. For example, the eval procedure evaluates a Scheme program
+programs. For example, the @code{eval} procedure evaluates a Scheme program
expressed as data.
The @code{read} procedure performs syntactic as well as lexical