Mercurial > emacs
changeset 22897:e694821e2b96
(Fmove_to_window_line): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 04 Aug 1998 03:16:57 +0000 |
parents | 6d368c9a689e |
children | 138b588a013c |
files | src/window.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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; {