From c901bc2bc16feae34bd9e818aecbd5c513cac2fa Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 25 Nov 2001 18:29:29 +0000 Subject: [PATCH] (Fset_window_vscroll): Doc fix. From Kalle Olavi Niemitalo . --- src/ChangeLog | 5 +++++ src/window.c | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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; { -- 2.39.2