# HG changeset patch # User Eli Zaretskii # Date 1006712469 0 # Node ID e76f8f07cc9d72f7b3ed84bc32e268f050c065e3 # Parent 828432e1e1d4069f39aa17b1c2a92dcad74422f3 (Fset_window_vscroll): Doc fix. From Kalle Olavi Niemitalo . diff -r 828432e1e1d4 -r e76f8f07cc9d src/window.c --- a/src/window.c Sun Nov 25 18:02:45 2001 +0000 +++ b/src/window.c Sun Nov 25 18:21:09 2001 +0000 @@ -5415,8 +5415,8 @@ 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; {