Mercurial > emacs
changeset 8516:5d76d6decb35
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 11 Aug 1994 07:18:04 +0000 |
parents | 3043fef029a7 |
children | a7fe53588b6f |
files | lispref/windows.texi |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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