From 0ecbff51a4612a6db91da5fe8032f25dccb06bc2 Mon Sep 17 00:00:00 2001 From: Jason Wilson Date: Mon, 20 Jul 1992 15:53:53 +0000 Subject: [PATCH] fixed a misplaced {} in the new picture code. --- v7/doc/ref-manual/scheme.texinfo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v7/doc/ref-manual/scheme.texinfo b/v7/doc/ref-manual/scheme.texinfo index bf7f33889..743b75178 100644 --- a/v7/doc/ref-manual/scheme.texinfo +++ b/v7/doc/ref-manual/scheme.texinfo @@ -12338,7 +12338,7 @@ Coordinates (i,j) are "valid coordinates" of picture p if and only if: @example @group (picture-ref (procedure->picture width height f) i j) -@result {} (exact->inexact (f i j)) for all valid coordinates (i,j) +@result{} (exact->inexact (f i j)) for all valid coordinates (i,j) @end group @end example @end deffn -- 2.25.1