# HG changeset patch # User Richard M. Stallman # Date 775951127 0 # Node ID a1961f8669d30d43309566c908f5ff923af0d8e3 # Parent 36da3d480ccd0fe65184279693a83e47799376c7 (Fwindow_end): Doc fix. diff -r 36da3d480ccd -r a1961f8669d3 src/window.c --- a/src/window.c Wed Aug 03 21:23:30 1994 +0000 +++ b/src/window.c Wed Aug 03 21:58:47 1994 +0000 @@ -486,7 +486,10 @@ } 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; {