From: Jason Wilson Date: Mon, 20 Jul 1992 15:53:53 +0000 (+0000) Subject: fixed a misplaced {} in the new picture code. X-Git-Tag: 20090517-FFI~9220 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=0ecbff51a4612a6db91da5fe8032f25dccb06bc2;p=mit-scheme.git fixed a misplaced {} in the new picture code. --- 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