]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Thu, 11 Aug 1994 07:18:04 +0000 (07:18 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 11 Aug 1994 07:18:04 +0000 (07:18 +0000)
lispref/windows.texi

index bafca4ebb288bf4077eb1750f67898d462a3b7cc..88c1f07497e921ed003c4b9b75717209c0acf445 100644 (file)
@@ -952,7 +952,10 @@ This function returns the position of the end of the display in window
 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 @@ like this:
                    window)
   (point))
 @end example
+@end ignore
 @end defun
 
 @defun set-window-start window position &optional noforce