From dffde83fdb971167a8c48bc240c482da6eb57a6f Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 3 Jan 2001 12:52:06 +0000 Subject: [PATCH] (Fwindow_end): Doc fix. --- src/window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5