diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/window.c | 2 |
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, | |||
| 864 | This is updated by redisplay, when it runs to completion.\n\ | 864 | This is updated by redisplay, when it runs to completion.\n\ |
| 865 | Simply changing the buffer text or setting `window-start'\n\ | 865 | Simply changing the buffer text or setting `window-start'\n\ |
| 866 | does not update this value.\n\ | 866 | does not update this value.\n\ |
| 867 | If UP-TO-DATE is non-nil, compute the up-to-date position\n\ | 867 | If UPDATE is non-nil, compute the up-to-date position\n\ |
| 868 | if it isn't already recorded.") | 868 | if it isn't already recorded.") |
| 869 | (window, update) | 869 | (window, update) |
| 870 | Lisp_Object window, update; | 870 | Lisp_Object window, update; |