summaryrefslogtreecommitdiff
path: root/doc/api.texi
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2020-12-05 12:46:03 -0500
committerDavid Thompson <dthompson2@worcester.edu>2020-12-05 12:46:03 -0500
commit4872ad930ab09536cc19567126e0ed3631ac2d34 (patch)
treefdf0b462c9eedfe4de47b91dedc6eb66a4185fd5 /doc/api.texi
parent82e4b15dbcadb8c7819d6b899d30aca7b8eb1be7 (diff)
video: Change set-window-position! argument list.
Diffstat (limited to 'doc/api.texi')
-rw-r--r--doc/api.texi5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/api.texi b/doc/api.texi
index ef7d702..1e97a8e 100644
--- a/doc/api.texi
+++ b/doc/api.texi
@@ -156,9 +156,8 @@ remove the border.
Set the title of @var{window} to the string @var{title}.
@end deffn
-@deffn {Procedure} set-window-position! window position
-Set the position of @var{window} to @var{position}, a two-element list
-of (x,y) coordinates measured in pixels.
+@deffn {Procedure} set-window-position! window x y
+Set the position of @var{window} to (@var{x}, @var{y}).
@end deffn
@deffn {Procedure} set-window-size! window size