From: Juanma Barranquero Date: Fri, 10 Jun 2005 00:57:02 +0000 (+0000) Subject: (window-current-scroll-bars): Fix typos in docstring. X-Git-Tag: emacs-pretest-22.0.90~9163 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c62195fa74d9f195508cba3e9624717d6e2e56bb;p=emacs.git (window-current-scroll-bars): Fix typos in docstring. --- diff --git a/lisp/window.el b/lisp/window.el index 6717b5bb50f..09fac6c520f 100644 --- a/lisp/window.el +++ b/lisp/window.el @@ -92,9 +92,9 @@ If ALL-FRAMES is anything else, count only the selected frame." (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))