(Fset_window_vscroll): Doc fix. From Kalle Olavi Niemitalo <kon@iki.fi>.
authorEli Zaretskii <eliz@gnu.org>
Sun, 25 Nov 2001 18:21:09 +0000 (18:21 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sun, 25 Nov 2001 18:21:09 +0000 (18:21 +0000)
src/window.c

index 1635bff..b838618 100644 (file)
@@ -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;
 {