Mercurial > emacs
diff src/window.c @ 8411:9a68cba600fc
(Fmove_to_window_line): Doc fix.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Mon, 01 Aug 1994 18:59:09 +0000 |
| parents | 3be9c6b57956 |
| children | a1961f8669d3 |
line wrap: on
line diff
--- a/src/window.c Mon Aug 01 07:43:30 1994 +0000 +++ b/src/window.c Mon Aug 01 18:59:09 1994 +0000 @@ -2605,7 +2605,7 @@ DEFUN ("move-to-window-line", Fmove_to_window_line, Smove_to_window_line, 1, 1, "P", "Position point relative to window.\n\ -With no argument, position text at center of window.\n\ +With no argument, position point at center of window.\n\ An argument specifies frame line; zero means top of window,\n\ negative means relative to bottom of window.") (arg)
