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 0f9fbdc67e4..cc7c78b077d 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -2605,7 +2605,7 @@ redraws with point in the center of the current window.") | |||
| 2605 | DEFUN ("move-to-window-line", Fmove_to_window_line, Smove_to_window_line, | 2605 | DEFUN ("move-to-window-line", Fmove_to_window_line, Smove_to_window_line, |
| 2606 | 1, 1, "P", | 2606 | 1, 1, "P", |
| 2607 | "Position point relative to window.\n\ | 2607 | "Position point relative to window.\n\ |
| 2608 | With no argument, position text at center of window.\n\ | 2608 | With no argument, position point at center of window.\n\ |
| 2609 | An argument specifies frame line; zero means top of window,\n\ | 2609 | An argument specifies frame line; zero means top of window,\n\ |
| 2610 | negative means relative to bottom of window.") | 2610 | negative means relative to bottom of window.") |
| 2611 | (arg) | 2611 | (arg) |