Mercurial > emacs
changeset 35020:1d27d92c76d2
(Fwindow_end): Doc fix.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 03 Jan 2001 12:52:06 +0000 |
parents | 45cf8bfedaf2 |
children | e66bc9cd4f54 |
files | src/window.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;