From 19e3bf0abc185b1a646216e68f04a57c2b1ea420 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 1 Aug 1994 18:59:09 +0000 Subject: [PATCH] (Fmove_to_window_line): Doc fix. --- src/window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.") 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) -- 2.39.5