From: Richard M. Stallman Date: Mon, 1 Aug 1994 18:59:09 +0000 (+0000) Subject: (Fmove_to_window_line): Doc fix. X-Git-Tag: emacs-19.34~7442 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=19e3bf0abc185b1a646216e68f04a57c2b1ea420;p=emacs.git (Fmove_to_window_line): Doc fix. --- 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)