From: Eli Zaretskii Date: Sun, 25 Nov 2001 18:21:09 +0000 (+0000) Subject: (Fset_window_vscroll): Doc fix. From Kalle Olavi Niemitalo . X-Git-Tag: ttn-vms-21-2-B4~18181 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b0f906c8459f464b777674b4d5ba696a2e803b4a;p=emacs.git (Fset_window_vscroll): Doc fix. From Kalle Olavi Niemitalo . --- 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; {