diff options
author | Richard M. Stallman <rms@gnu.org> | 1998-08-04 03:16:57 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1998-08-04 03:16:57 +0000 |
commit | d81724c7776aaeffbd9dea5b8c3833c297603c5b (patch) | |
tree | 581c12e7336cc038ec863e1f7656ca8551d71d46 | |
parent | 255c7daeba7911fc1cd4790567b48759bd62af20 (diff) | |
download | emacs-d81724c7776aaeffbd9dea5b8c3833c297603c5b.tar.gz emacs-d81724c7776aaeffbd9dea5b8c3833c297603c5b.tar.bz2 emacs-d81724c7776aaeffbd9dea5b8c3833c297603c5b.zip |
(Fmove_to_window_line): Doc fix.
-rw-r--r-- | src/window.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; { |