# HG changeset patch # User Richard M. Stallman # Date 776589484 0 # Node ID 5d76d6decb357acde2349a50d82d21b961ad0122 # Parent 3043fef029a7cd93afa0aed216f82279812a9160 *** empty log message *** diff -r 3043fef029a7 -r 5d76d6decb35 lispref/windows.texi --- a/lispref/windows.texi Thu Aug 11 07:11:51 1994 +0000 +++ b/lispref/windows.texi Thu Aug 11 07:18:04 1994 +0000 @@ -952,7 +952,10 @@ used. 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; +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 +future version, @code{window-end} will return @code{nil} in that case. +@ignore in that case, this function returns @code{nil}. You can compute where the end of the window @emph{would} have been, if redisplay had finished, like this: @@ -964,6 +967,7 @@ window) (point)) @end example +@end ignore @end defun @defun set-window-start window position &optional noforce