+2001-11-25 Eli Zaretskii <eliz@is.elta.co.il>
+
+ * window.c (Fset_window_vscroll): Doc fix. From Kalle Olavi
+ Niemitalo <kon@iki.fi>.
+
2001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
* msdos.c (IT_clear_screen): If the frame's faces are not yet
DEFUN ("set-window-vscroll", Fset_window_vscroll, Sset_window_vscroll,
2, 2, 0,
"Set amount by which WINDOW should be scrolled vertically to VSCROLL.\n\
-WINDOW nil or omitted means use the selected window. VSCROLL is a\n\
-non-negative multiple of the canonical character height of WINDOW.")
+WINDOW nil means use the selected window. VSCROLL is a non-negative\n\
+multiple of the canonical character height of WINDOW.")
(window, vscroll)
Lisp_Object window, vscroll;
{