Index: emacs/lisp/window.el
diff -c emacs/lisp/window.el:1.103 emacs/lisp/window.el:1.104
*** emacs/lisp/window.el:1.103  Thu Jun  9 14:03:29 2005
--- emacs/lisp/window.el        Fri Jun 10 00:57:02 2005
***************
*** 92,100 ****
  
  (defun window-current-scroll-bars (&optional window)
    "Return the current scroll-bar settings in window WINDOW.
! Value is a cons (VERTICAL . HORISONTAL) where VERTICAL specifies the
  current location of the vertical scroll-bars (left, right, or nil),
! and HORISONTAL specifies the current location of the horisontal scroll
  bars (top, bottom, or nil)."
    (let ((vert (nth 2 (window-scroll-bars window)))
        (hor nil))
--- 92,100 ----
  
  (defun window-current-scroll-bars (&optional window)
    "Return the current scroll-bar settings in window WINDOW.
! Value is a cons (VERTICAL . HORIZONTAL) where VERTICAL specifies the
  current location of the vertical scroll-bars (left, right, or nil),
! and HORIZONTAL specifies the current location of the horizontal scroll
  bars (top, bottom, or nil)."
    (let ((vert (nth 2 (window-scroll-bars window)))
        (hor nil))


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to