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: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/src/window.c
Date: Sat, 20 Sep 2003 19:38:55 -0400

Index: emacs/src/window.c
diff -c emacs/src/window.c:1.446 emacs/src/window.c:1.447
*** emacs/src/window.c:1.446    Mon Sep  1 11:45:57 2003
--- emacs/src/window.c  Sat Sep 20 19:38:54 2003
***************
*** 5896,5902 ****
         0, 1, 0,
         doc: /* Get width and type of scroll bars of window WINDOW.
  If WINDOW is omitted or nil, use the currently selected window.
! Value is a list of the form (WIDTH COLS VERTICAL-TYPE HORIZONTAL-TYPE).  */)
       (window)
       Lisp_Object window;
  {
--- 5896,5904 ----
         0, 1, 0,
         doc: /* Get width and type of scroll bars of window WINDOW.
  If WINDOW is omitted or nil, use the currently selected window.
! Value is a list of the form (WIDTH COLS VERTICAL-TYPE HORIZONTAL-TYPE).
! If WIDTH is nil or TYPE is t, the window is using the frame's corresponding
! value.  */)
       (window)
       Lisp_Object window;
  {




reply via email to

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