]> git.eshelyaron.com Git - emacs.git/commitdiff
(window-current-scroll-bars): Fix typos in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 10 Jun 2005 00:57:02 +0000 (00:57 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 10 Jun 2005 00:57:02 +0000 (00:57 +0000)
lisp/window.el

index 6717b5bb50f0641bb0d17877ed68f0603769e2fd..09fac6c520f6368a010814163846d8429303e8eb 100644 (file)
@@ -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))