summaryrefslogtreecommitdiff
path: root/doc/api.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api.texi')
-rw-r--r--doc/api.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api.texi b/doc/api.texi
index 1e97a8e..f72178b 100644
--- a/doc/api.texi
+++ b/doc/api.texi
@@ -160,9 +160,9 @@ Set the title of @var{window} to the string @var{title}.
Set the position of @var{window} to (@var{x}, @var{y}).
@end deffn
-@deffn {Procedure} set-window-size! window size
-Set the dimensions of @var{window} to @var{size}, a two-element list of
-(width,height) coordinates measured in pixels.
+@deffn {Procedure} set-window-size! window width height
+Set the dimensions of @var{window} to @var{width} x @var{height}
+pixels.
@end deffn
@deffn {Procedure} set-window-minimum-size! window width height