aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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;