From fba71205ab8cdb25cc06e717d3de28ddf1bb55b3 Mon Sep 17 00:00:00 2001 From: Arthur Gleckler Date: Sat, 21 Dec 1991 00:17:52 +0000 Subject: [PATCH] Fix typos in previous changes. --- v7/doc/ref-manual/scheme.texinfo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.25.1