summaryrefslogtreecommitdiff
path: root/lisp/window.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2005-06-10 00:57:02 +0000
committerJuanma Barranquero <lekktu@gmail.com>2005-06-10 00:57:02 +0000
commitc62195fa74d9f195508cba3e9624717d6e2e56bb (patch)
treed6ce8f1ee1368305ca11f442234e13b04a20233f /lisp/window.el
parent1cecf04d9afd7fbe5c0694cfbd5726efaf282755 (diff)
downloademacs-c62195fa74d9f195508cba3e9624717d6e2e56bb.tar.gz
(window-current-scroll-bars): Fix typos in docstring.
Diffstat (limited to 'lisp/window.el')
-rw-r--r--lisp/window.el4
1 files 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))