fixed a misplaced {} in the new picture code.
authorJason Wilson <edu/mit/csail/zurich/jawilson>
Mon, 20 Jul 1992 15:53:53 +0000 (15:53 +0000)
committerJason Wilson <edu/mit/csail/zurich/jawilson>
Mon, 20 Jul 1992 15:53:53 +0000 (15:53 +0000)
v7/doc/ref-manual/scheme.texinfo

index bf7f3388969c6949cbc48ddb37f9301c4d7127f3..743b751780d15e5fb5af3c5e0f0b7d5dbd169e94 100644 (file)
@@ -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