From: Richard M. Stallman Date: Tue, 4 Aug 1998 03:16:57 +0000 (+0000) Subject: (Fmove_to_window_line): Doc fix. X-Git-Tag: emacs-20.3~182 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d81724c7776aaeffbd9dea5b8c3833c297603c5b;p=emacs.git (Fmove_to_window_line): Doc fix. --- diff --git a/src/window.c b/src/window.c index 06d5fcf26fe..a297a177c4e 100644 --- a/src/window.c +++ b/src/window.c @@ -3195,8 +3195,8 @@ 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 point at center of window.\n\ -An argument specifies frame line; zero means top of window,\n\ -negative means relative to bottom of window.") +An argument specifies vertical position within the window;\n\ +zero means top of window, negative means relative to bottom of window.") (arg) register Lisp_Object arg; {