Mercurial > emacs
changeset 11510:e5d3814e783a
Update info on window-end.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 24 Apr 1995 04:26:04 +0000 |
parents | 853f52a85d11 |
children | b804f7df771d |
files | lispref/windows.texi |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/windows.texi Mon Apr 24 04:21:21 1995 +0000 +++ b/lispref/windows.texi Mon Apr 24 04:26:04 1995 +0000 @@ -956,6 +956,10 @@ @var{window}. If @var{window} is @code{nil}, the selected window is used. +Simply changing the buffer text or moving point does not update the +value that @code{window-end} returns. The value is updated only when +Emacs redisplays and redisplay actually finishes. + If the last redisplay of @var{window} was preempted, and did not finish, Emacs does not know the position of the end of display in that window. In that case, this function returns a value that is not correct. In a