aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/frame.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/frame.el b/lisp/frame.el
index 3693295e819..6b69dead414 100644
--- a/lisp/frame.el
+++ b/lisp/frame.el
@@ -969,9 +969,9 @@ one frame, otherwise the name is displayed on the frame's caption bar."
969 969
970(defun frame-current-scroll-bars (&optional frame) 970(defun frame-current-scroll-bars (&optional frame)
971 "Return the current scroll-bar settings in frame FRAME. 971 "Return the current scroll-bar settings in frame FRAME.
972Value is a cons (VERTICAL . HORISONTAL) where VERTICAL specifies the 972Value is a cons (VERTICAL . HORIZ0NTAL) where VERTICAL specifies the
973current location of the vertical scroll-bars (left, right, or nil), 973current location of the vertical scroll-bars (left, right, or nil),
974and HORISONTAL specifies the current location of the horisontal scroll 974and HORIZONTAL specifies the current location of the horizontal scroll
975bars (top, bottom, or nil)." 975bars (top, bottom, or nil)."
976 (let ((vert (frame-parameter frame 'vertical-scroll-bars)) 976 (let ((vert (frame-parameter frame 'vertical-scroll-bars))
977 (hor nil)) 977 (hor nil))