Mercurial > emacs
changeset 73024:704341de9fc7
(Window Start): Minor cleanups.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 20 Sep 2006 18:07:59 +0000 |
parents | b401f081156a |
children | 87e88e692991 |
files | lispref/windows.texi |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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.