diff options
Diffstat (limited to 'doc/api.texi')
-rw-r--r-- | doc/api.texi | 5 |
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 |