changeset 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 69c18304e55e
children 78264fe43c01
files lisp/window.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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))