1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-23 13:02:00 -08:00

(Fset_window_vscroll): Doc fix. From Kalle Olavi Niemitalo <kon@iki.fi>.

This commit is contained in:
Eli Zaretskii 2001-11-25 18:29:29 +00:00
parent 63c94c2003
commit c901bc2bc1
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
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

View file

@ -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;
{