diff options
| author | Eli Zaretskii | 2001-11-25 18:21:09 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-11-25 18:21:09 +0000 |
| commit | b0f906c8459f464b777674b4d5ba696a2e803b4a (patch) | |
| tree | a61c96eda7d1d9da282f5f257156cf2c4eeb56d3 /src | |
| parent | 8e069ce28de113298b6d1a4a2b12ab9390c232ec (diff) | |
| download | emacs-b0f906c8459f464b777674b4d5ba696a2e803b4a.tar.gz emacs-b0f906c8459f464b777674b4d5ba696a2e803b4a.zip | |
(Fset_window_vscroll): Doc fix. From Kalle Olavi Niemitalo <kon@iki.fi>.
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 1635bff3a0f..b83861828e0 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -5415,8 +5415,8 @@ Value is a multiple of the canonical character height of WINDOW. */) | |||
| 5415 | DEFUN ("set-window-vscroll", Fset_window_vscroll, Sset_window_vscroll, | 5415 | DEFUN ("set-window-vscroll", Fset_window_vscroll, Sset_window_vscroll, |
| 5416 | 2, 2, 0, | 5416 | 2, 2, 0, |
| 5417 | doc: /* Set amount by which WINDOW should be scrolled vertically to VSCROLL. | 5417 | doc: /* Set amount by which WINDOW should be scrolled vertically to VSCROLL. |
| 5418 | WINDOW nil or omitted means use the selected window. VSCROLL is a | 5418 | WINDOW nil means use the selected window. VSCROLL is a non-negative |
| 5419 | non-negative multiple of the canonical character height of WINDOW. */) | 5419 | multiple of the canonical character height of WINDOW. */) |
| 5420 | (window, vscroll) | 5420 | (window, vscroll) |
| 5421 | Lisp_Object window, vscroll; | 5421 | Lisp_Object window, vscroll; |
| 5422 | { | 5422 | { |