aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2001-11-25 18:21:09 +0000
committerEli Zaretskii2001-11-25 18:21:09 +0000
commitb0f906c8459f464b777674b4d5ba696a2e803b4a (patch)
treea61c96eda7d1d9da282f5f257156cf2c4eeb56d3 /src
parent8e069ce28de113298b6d1a4a2b12ab9390c232ec (diff)
downloademacs-b0f906c8459f464b777674b4d5ba696a2e803b4a.tar.gz
emacs-b0f906c8459f464b777674b4d5ba696a2e803b4a.zip
(Fset_window_vscroll): Doc fix. From Kalle Olavi Niemitalo <kon@iki.fi>.
Diffstat (limited to 'src')
-rw-r--r--src/window.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/window.c b/src/window.c
index 1635bff3a0f..b83861828e0 100644
--- a/src/window.c
+++ b/src/window.c
@@ -5415,8 +5415,8 @@ Value is a multiple of the canonical character height of WINDOW. */)
5415DEFUN ("set-window-vscroll", Fset_window_vscroll, Sset_window_vscroll, 5415DEFUN ("set-window-vscroll", Fset_window_vscroll, Sset_window_vscroll,
5416 2, 2, 0, 5416 2, 2, 0,
5417 doc: /* Set amount by which WINDOW should be scrolled vertically to VSCROLL. 5417 doc: /* Set amount by which WINDOW should be scrolled vertically to VSCROLL.
5418WINDOW nil or omitted means use the selected window. VSCROLL is a 5418WINDOW nil means use the selected window. VSCROLL is a non-negative
5419non-negative multiple of the canonical character height of WINDOW. */) 5419multiple of the canonical character height of WINDOW. */)
5420 (window, vscroll) 5420 (window, vscroll)
5421 Lisp_Object window, vscroll; 5421 Lisp_Object window, vscroll;
5422{ 5422{