diff lisp/window.el @ 63179:01c52a1fbfe8

(window-current-scroll-bars): Fix typos in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 10 Jun 2005 00:57:02 +0000
parents 54196b74d427
children 015a62a98a1c a1b34dec1104
line wrap: on
line diff
--- 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))