aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2001-01-03 12:52:06 +0000
committerGerd Moellmann2001-01-03 12:52:06 +0000
commitdffde83fdb971167a8c48bc240c482da6eb57a6f (patch)
treee1a88c53e9093e1463ef294441d9c026a9f45fca /src
parent0a974c854dedd9a25e02622a845ff6a72f00f85c (diff)
downloademacs-dffde83fdb971167a8c48bc240c482da6eb57a6f.tar.gz
emacs-dffde83fdb971167a8c48bc240c482da6eb57a6f.zip
(Fwindow_end): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/window.c2
1 files changed, 1 insertions, 1 deletions
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,
864This is updated by redisplay, when it runs to completion.\n\ 864This is updated by redisplay, when it runs to completion.\n\
865Simply changing the buffer text or setting `window-start'\n\ 865Simply changing the buffer text or setting `window-start'\n\
866does not update this value.\n\ 866does not update this value.\n\
867If UP-TO-DATE is non-nil, compute the up-to-date position\n\ 867If UPDATE is non-nil, compute the up-to-date position\n\
868if it isn't already recorded.") 868if it isn't already recorded.")
869 (window, update) 869 (window, update)
870 Lisp_Object window, update; 870 Lisp_Object window, update;