From: Gerd Moellmann Date: Wed, 3 Jan 2001 12:52:06 +0000 (+0000) Subject: (Fwindow_end): Doc fix. X-Git-Tag: emacs-pretest-21.0.95~142 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dffde83fdb971167a8c48bc240c482da6eb57a6f;p=emacs.git (Fwindow_end): Doc fix. --- diff --git a/src/window.c b/src/window.c index 25434f5b718..ac12c1ee804 100644 --- a/src/window.c +++ b/src/window.c @@ -864,7 +864,7 @@ DEFUN ("window-end", Fwindow_end, Swindow_end, 0, 2, 0, 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.\n\ -If UP-TO-DATE is non-nil, compute the up-to-date position\n\ +If UPDATE is non-nil, compute the up-to-date position\n\ if it isn't already recorded.") (window, update) Lisp_Object window, update;