# HG changeset patch # User Juanma Barranquero # Date 1118365022 0 # Node ID 01c52a1fbfe8faf19f3b4acf5fc5d9a4f6ccd5e5 # Parent 69c18304e55e687b77b228c20a92df5ffc97249b (window-current-scroll-bars): Fix typos in docstring. diff -r 69c18304e55e -r 01c52a1fbfe8 lisp/window.el --- a/lisp/window.el Fri Jun 10 00:56:04 2005 +0000 +++ b/lisp/window.el Fri Jun 10 00:57:02 2005 +0000 @@ -92,9 +92,9 @@ (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 +Value is a cons (VERTICAL . HORIZONTAL) 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 +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))