commit d8fdf63b281b74810d8f6b23e0fa87f5a6cf69c1
parent 849cce01297c3f0c12d8e7c22a0e3da87aae42e7
Author: Wolfgang Corcoran-Mathe <wcm@sigwinch.xyz>
Date: Wed, 31 Jan 2024 14:13:15 -0500
Add missing end tag.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/doc/r7rs-small/r7rs-small.texinfo b/doc/r7rs-small/r7rs-small.texinfo
@@ -1400,6 +1400,7 @@ It is an error for a @svar{variable} to appear more than once in @svar{formals}.
Each procedure created as the result of evaluating a @code{lambda} expression is (conceptually)
tagged with a storage location, in order to make @code{eqv?} and @code{eq?} work on procedures
(@xref{Equivalence predicates}).
+@end deffn
@node Conditionals (if)
@subsection Conditionals (if)