# HG changeset patch # User Eli Zaretskii # Date 1006712733 0 # Node ID 236397d27903e0ce4af60066b7f98f154b6a498b # Parent e76f8f07cc9d72f7b3ed84bc32e268f050c065e3 (Vertical Scrolling): Document what does nil mean as the first arg of set-window-vscroll. diff -r e76f8f07cc9d -r 236397d27903 lispref/windows.texi --- a/lispref/windows.texi Sun Nov 25 18:21:09 2001 +0000 +++ b/lispref/windows.texi Sun Nov 25 18:25:33 2001 +0000 @@ -1490,6 +1490,8 @@ @var{lines}. The argument @var{lines} should be zero or positive; if not, it is taken as zero. +If @var{window} is @code{nil}, the selected window is used. + The actual vertical scroll position must always correspond to an integral number of pixels, so the value you specify is rounded accordingly.