]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fwindow_end): Doc fix.
authorGerd Moellmann <gerd@gnu.org>
Wed, 3 Jan 2001 12:52:06 +0000 (12:52 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 3 Jan 2001 12:52:06 +0000 (12:52 +0000)
src/window.c

index 25434f5b718ccdd234df54cf82be164a298d0e03..ac12c1ee8046665524d23df536c8aa447ec661e2 100644 (file)
@@ -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;