From c62195fa74d9f195508cba3e9624717d6e2e56bb Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 10 Jun 2005 00:57:02 +0000 Subject: [PATCH] (window-current-scroll-bars): Fix typos in docstring. --- lisp/window.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)) -- 2.39.5