Mercurial > emacs
changeset 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 | bbe98fdd1615 |
children | 131d3e43ea85 |
files | src/window.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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)