diff src/window.c @ 41503:e76f8f07cc9d

(Fset_window_vscroll): Doc fix. From Kalle Olavi Niemitalo <kon@iki.fi>.
author Eli Zaretskii <eliz@gnu.org>
date Sun, 25 Nov 2001 18:21:09 +0000
parents d7459915009d
children 3734871037bb
line wrap: on
line diff
--- 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;
 {