diff options
| author | Gerd Moellmann | 2001-01-03 12:52:06 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-01-03 12:52:06 +0000 |
| commit | dffde83fdb971167a8c48bc240c482da6eb57a6f (patch) | |
| tree | e1a88c53e9093e1463ef294441d9c026a9f45fca /src | |
| parent | 0a974c854dedd9a25e02622a845ff6a72f00f85c (diff) | |
| download | emacs-dffde83fdb971167a8c48bc240c482da6eb57a6f.tar.gz emacs-dffde83fdb971167a8c48bc240c482da6eb57a6f.zip | |
(Fwindow_end): Doc fix.
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; |