commit 71d617e26a216543b65d7eea236297f460f441a2 parent 08b69faafb2d2c355c424fd36bbd3464519b7056 Author: Wolfgang Corcoran-Mathe <wcm@sigwinch.xyz> Date: Sat, 3 Feb 2024 13:18:22 -0500 Missing @code{}. Diffstat:
M | doc/r7rs-small/procedures/booleans.texinfo | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/r7rs-small/procedures/booleans.texinfo b/doc/r7rs-small/procedures/booleans.texinfo @@ -29,7 +29,7 @@ quoted in programs. @deffn procedure not obj -The not procedure returns @code{#t} if @var{obj} is false, and returns +The @code{not} procedure returns @code{#t} if @var{obj} is false, and returns @code{#f} otherwise. @lisp