aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1998-08-04 03:16:57 +0000
committerRichard M. Stallman1998-08-04 03:16:57 +0000
commitd81724c7776aaeffbd9dea5b8c3833c297603c5b (patch)
tree581c12e7336cc038ec863e1f7656ca8551d71d46 /src
parent255c7daeba7911fc1cd4790567b48759bd62af20 (diff)
downloademacs-d81724c7776aaeffbd9dea5b8c3833c297603c5b.tar.gz
emacs-d81724c7776aaeffbd9dea5b8c3833c297603c5b.zip
(Fmove_to_window_line): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/window.c4
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,
3195 1, 1, "P", 3195 1, 1, "P",
3196 "Position point relative to window.\n\ 3196 "Position point relative to window.\n\
3197With no argument, position point at center of window.\n\ 3197With no argument, position point at center of window.\n\
3198An argument specifies frame line; zero means top of window,\n\ 3198An argument specifies vertical position within the window;\n\
3199negative means relative to bottom of window.") 3199zero means top of window, negative means relative to bottom of window.")
3200 (arg) 3200 (arg)
3201 register Lisp_Object arg; 3201 register Lisp_Object arg;
3202{ 3202{