From: Eli Zaretskii Date: Sun, 25 Nov 2001 18:29:29 +0000 (+0000) Subject: (Fset_window_vscroll): Doc fix. From Kalle Olavi Niemitalo . X-Git-Tag: emacs-21.2~269 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c901bc2bc16feae34bd9e818aecbd5c513cac2fa;p=emacs.git (Fset_window_vscroll): Doc fix. From Kalle Olavi Niemitalo . --- diff --git a/src/ChangeLog b/src/ChangeLog index 7152a261810..b2556fb2cb4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2001-11-25 Eli Zaretskii + + * window.c (Fset_window_vscroll): Doc fix. From Kalle Olavi + Niemitalo . + 2001-11-23 Eli Zaretskii * msdos.c (IT_clear_screen): If the frame's faces are not yet diff --git a/src/window.c b/src/window.c index 764ffc04f04..2f80632279e 100644 --- a/src/window.c +++ b/src/window.c @@ -5441,8 +5441,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, "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; {