changeset 41504:236397d27903

(Vertical Scrolling): Document what does nil mean as the first arg of set-window-vscroll.
author Eli Zaretskii <eliz@gnu.org>
date Sun, 25 Nov 2001 18:25:33 +0000
parents e76f8f07cc9d
children 77dd7bf4d860
files lispref/windows.texi
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.