diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2005-06-10 00:56:04 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2005-06-10 00:56:04 +0000 |
commit | 1cecf04d9afd7fbe5c0694cfbd5726efaf282755 (patch) | |
tree | 091e7692d8b80ab864d092546aab24abfe5235f0 /lisp/frame.el | |
parent | 1acb4c265ee89fce50bbe614cfd746a82cfcb37e (diff) | |
download | emacs-1cecf04d9afd7fbe5c0694cfbd5726efaf282755.tar.gz |
(frame-current-scroll-bars): Fix typos in docstring.
Diffstat (limited to 'lisp/frame.el')
-rw-r--r-- | lisp/frame.el | 4 |
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." (defun frame-current-scroll-bars (&optional frame) "Return the current scroll-bar settings in frame FRAME. -Value is a cons (VERTICAL . HORISONTAL) where VERTICAL specifies the +Value is a cons (VERTICAL . HORIZ0NTAL) 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 (frame-parameter frame 'vertical-scroll-bars)) (hor nil)) |