diff options
| author | Richard M. Stallman | 1994-08-01 18:59:09 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-08-01 18:59:09 +0000 |
| commit | 19e3bf0abc185b1a646216e68f04a57c2b1ea420 (patch) | |
| tree | 962505c87df12a5372d0c46125ee71a5bd78a72b /src | |
| parent | ae24c599ebb49571eabe381237fe9a3d3ad4a84f (diff) | |
| download | emacs-19e3bf0abc185b1a646216e68f04a57c2b1ea420.tar.gz emacs-19e3bf0abc185b1a646216e68f04a57c2b1ea420.zip | |
(Fmove_to_window_line): 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 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) |