]> git.eshelyaron.com Git - emacs.git/commitdiff
Update info on window-end.
authorRichard M. Stallman <rms@gnu.org>
Mon, 24 Apr 1995 04:26:04 +0000 (04:26 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 24 Apr 1995 04:26:04 +0000 (04:26 +0000)
lispref/windows.texi

index 1192fa98e8413831de4ce172d2881c6343f3376c..708862ab18b2f2a4909cd4c008ce3319a0b432da 100644 (file)
@@ -956,6 +956,10 @@ This function returns the position of the end of the display in window
 @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