# HG changeset patch # User Gerd Moellmann # Date 978526326 0 # Node ID 1d27d92c76d288944c5e0455f9499fea30e5f228 # Parent 45cf8bfedaf26079624b7d7887f60c1b9f3497c5 (Fwindow_end): Doc fix. diff -r 45cf8bfedaf2 -r 1d27d92c76d2 src/window.c --- a/src/window.c Wed Jan 03 12:43:54 2001 +0000 +++ b/src/window.c Wed Jan 03 12:52:06 2001 +0000 @@ -864,7 +864,7 @@ 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;