diff options
| author | Richard M. Stallman | 1998-08-04 03:16:57 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-08-04 03:16:57 +0000 |
| commit | d81724c7776aaeffbd9dea5b8c3833c297603c5b (patch) | |
| tree | 581c12e7336cc038ec863e1f7656ca8551d71d46 /src | |
| parent | 255c7daeba7911fc1cd4790567b48759bd62af20 (diff) | |
| download | emacs-d81724c7776aaeffbd9dea5b8c3833c297603c5b.tar.gz emacs-d81724c7776aaeffbd9dea5b8c3833c297603c5b.zip | |
(Fmove_to_window_line): Doc fix.
Diffstat (limited to 'src')
| -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, | |||
| 3195 | 1, 1, "P", | 3195 | 1, 1, "P", |
| 3196 | "Position point relative to window.\n\ | 3196 | "Position point relative to window.\n\ |
| 3197 | With no argument, position point at center of window.\n\ | 3197 | With no argument, position point at center of window.\n\ |
| 3198 | An argument specifies frame line; zero means top of window,\n\ | 3198 | An argument specifies vertical position within the window;\n\ |
| 3199 | negative means relative to bottom of window.") | 3199 | zero 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 | { |