]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fwindow_end): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Wed, 3 Aug 1994 21:58:47 +0000 (21:58 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 3 Aug 1994 21:58:47 +0000 (21:58 +0000)
src/window.c

index cc7c78b077da07095b52281a06238b69c2f9c144..bec4aaa30cfe6ed74048099123b3d2603ca40747 100644 (file)
@@ -486,7 +486,10 @@ DEFUN ("window-start", Fwindow_start, Swindow_start, 0, 1, 0,
 }
 
 DEFUN ("window-end", Fwindow_end, Swindow_end, 0, 1, 0,
-  "Return position at which display currently ends in WINDOW.")
+  "Return position at which display currently ends in WINDOW.\n\
+This is updated by redisplay, when it runs to completion.\n\
+Simply changing the buffer text or setting `window-start'\n\
+does not update this value.")
   (window)
      Lisp_Object window;
 {