Mercurial > emacs
diff src/window.c @ 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 | d8f011778094 |
| children | 970b3bad71fd |
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; {
