]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fset_window_vscroll): Doc fix. From Kalle Olavi Niemitalo <kon@iki.fi>.
authorEli Zaretskii <eliz@gnu.org>
Sun, 25 Nov 2001 18:29:29 +0000 (18:29 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sun, 25 Nov 2001 18:29:29 +0000 (18:29 +0000)
src/ChangeLog
src/window.c

index 7152a261810e91fc049b367e66b06d3c9fb42a21..b2556fb2cb445a50c29719af5dc59ed312429334 100644 (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
index 764ffc04f0471ef33bb30248846c9217bdf449d2..2f80632279e7e61da42cdd8972c45d92e0033beb 100644 (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;
 {