Fix typos in previous changes.
authorArthur Gleckler <edu/mit/csail/zurich/arthur>
Sat, 21 Dec 1991 00:17:52 +0000 (00:17 +0000)
committerArthur Gleckler <edu/mit/csail/zurich/arthur>
Sat, 21 Dec 1991 00:17:52 +0000 (00:17 +0000)
v7/doc/ref-manual/scheme.texinfo

index a34490f1d621ca655cd41010e7a3b3d57d38f741..77820dd0838b65b07db56e6b93b77bfe8b905cb8 100644 (file)
@@ -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