# HG changeset patch # User Richard M. Stallman # Date 1158775679 0 # Node ID 704341de9fc79c33ba23403404439efbc0bf4b24 # Parent b401f081156a21bbf88f94cbb5ede676d260ffdc (Window Start): Minor cleanups. diff -r b401f081156a -r 704341de9fc7 lispref/windows.texi --- a/lispref/windows.texi Wed Sep 20 17:35:21 2006 +0000 +++ b/lispref/windows.texi Wed Sep 20 18:07:59 2006 +0000 @@ -1355,8 +1355,8 @@ @var{position} defaults to the current position of point in @var{window}; @var{window}, to the selected window. -If @var{position} is @code{t}, the last visible position in -@var{window} is checked. +If @var{position} is @code{t}, that means to check the last visible +position in @var{window}. The @code{pos-visible-in-window-p} function considers only vertical scrolling. If @var{position} is out of view only because @var{window} @@ -1397,7 +1397,7 @@ The argument @var{line} defaults to the current line in @var{window}; @var{window}, to the selected window. -If the display is not up-to-date, @code{window-line-height} returns +If the display is not up to date, @code{window-line-height} returns @code{nil}. In that case, @code{pos-visible-in-window-p} may be used to obtain related information.