aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/frame.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/frame.el')
-rw-r--r--lisp/frame.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/frame.el b/lisp/frame.el
index ec98089cc0e..e7084bb6a33 100644
--- a/lisp/frame.el
+++ b/lisp/frame.el
@@ -1036,9 +1036,9 @@ one frame, otherwise the name is displayed on the frame's caption bar."
1036 1036
1037(defun frame-current-scroll-bars (&optional frame) 1037(defun frame-current-scroll-bars (&optional frame)
1038 "Return the current scroll-bar settings in frame FRAME. 1038 "Return the current scroll-bar settings in frame FRAME.
1039Value is a cons (VERTICAL . HORISONTAL) where VERTICAL specifies the 1039Value is a cons (VERTICAL . HORIZ0NTAL) where VERTICAL specifies the
1040current location of the vertical scroll-bars (left, right, or nil), 1040current location of the vertical scroll-bars (left, right, or nil),
1041and HORISONTAL specifies the current location of the horisontal scroll 1041and HORIZONTAL specifies the current location of the horizontal scroll
1042bars (top, bottom, or nil)." 1042bars (top, bottom, or nil)."
1043 (let ((vert (frame-parameter frame 'vertical-scroll-bars)) 1043 (let ((vert (frame-parameter frame 'vertical-scroll-bars))
1044 (hor nil)) 1044 (hor nil))