diff options
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 | { |