From: Arthur Gleckler Date: Sat, 21 Dec 1991 00:17:52 +0000 (+0000) Subject: Fix typos in previous changes. X-Git-Tag: 20090517-FFI~10023 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=fba71205ab8cdb25cc06e717d3de28ddf1bb55b3;p=mit-scheme.git Fix typos in previous changes. --- diff --git a/v7/doc/ref-manual/scheme.texinfo b/v7/doc/ref-manual/scheme.texinfo index a34490f1d..77820dd08 100644 --- a/v7/doc/ref-manual/scheme.texinfo +++ b/v7/doc/ref-manual/scheme.texinfo @@ -12253,9 +12253,9 @@ does not include support for Starbase --- you must rebuild the microcode to get this support. @end defop -@defop {operation+} x-graphics-device source-x-left source-y-top width height destination-x-left destination-y-top +@defop {operation+} x-graphics-device copy-area source-x-left source-y-top width height destination-x-left destination-y-top This operation copies the contents of the rectangle specified by -@var{source-x-left}, @var{source-y-top}, @var{width}, and @{height} to +@var{source-x-left}, @var{source-y-top}, @var{width}, and @var{height} to the rectangle of the same dimensions at @var{destination-x-left} and @var{destination-y-top}. @end defop