# HG changeset patch # User Richard M. Stallman # Date 902200617 0 # Node ID e694821e2b96d6a988e77badc0ccea2ccdf25219 # Parent 6d368c9a689e383cc3fb904e59e7f10dc2a142c8 (Fmove_to_window_line): Doc fix. diff -r 6d368c9a689e -r e694821e2b96 src/window.c --- a/src/window.c Mon Aug 03 22:25:54 1998 +0000 +++ b/src/window.c Tue Aug 04 03:16:57 1998 +0000 @@ -3195,8 +3195,8 @@ 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; {