From b0f906c8459f464b777674b4d5ba696a2e803b4a Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 25 Nov 2001 18:21:09 +0000 Subject: [PATCH] (Fset_window_vscroll): Doc fix. From Kalle Olavi Niemitalo . --- src/window.c | 4 ++-- 1 file 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. */) DEFUN ("set-window-vscroll", Fset_window_vscroll, Sset_window_vscroll, 2, 2, 0, doc: /* Set amount by which WINDOW should be scrolled vertically to VSCROLL. -WINDOW nil or omitted means use the selected window. VSCROLL is a -non-negative multiple of the canonical character height of WINDOW. */) +WINDOW nil means use the selected window. VSCROLL is a non-negative +multiple of the canonical character height of WINDOW. */) (window, vscroll) Lisp_Object window, vscroll; { -- 2.39.2