emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/window.c


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/window.c
Date: Sun, 25 Nov 2001 13:28:38 -0500

Index: emacs/src/window.c
diff -u emacs/src/window.c:1.389 emacs/src/window.c:1.390
--- emacs/src/window.c:1.389    Fri Nov 16 08:08:08 2001
+++ emacs/src/window.c  Sun Nov 25 13:21:09 2001
@@ -5415,8 +5415,8 @@
 DEFUN ("set-window-vscroll", Fset_window_vscroll, Sset_window_vscroll,
        2, 2, 0,
        doc: /* Set amount by which WINDOW should be scrolled vertically to 
VSCROLL.
-WINDOW nil or omitted means use the selected window.  VSCROLL is a
-non-negative multiple of the canonical character height of WINDOW.  */)
+WINDOW nil means use the selected window.  VSCROLL is a non-negative
+multiple of the canonical character height of WINDOW.  */)
      (window, vscroll)
      Lisp_Object window, vscroll;
 {



reply via email to

[Prev in Thread] Current Thread [Next in Thread]