Mercurial > emacs
changeset 8435:a1961f8669d3
(Fwindow_end): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 03 Aug 1994 21:58:47 +0000 |
parents | 36da3d480ccd |
children | 5000ab25b470 |
files | src/window.c |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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; {