# HG changeset patch # User Juanma Barranquero # Date 1118364964 0 # Node ID 69c18304e55e687b77b228c20a92df5ffc97249b # Parent 284a9ec956509dd091978f92e0523ae33f6bf299 (frame-current-scroll-bars): Fix typos in docstring. diff -r 284a9ec95650 -r 69c18304e55e lisp/frame.el --- a/lisp/frame.el Fri Jun 10 00:44:05 2005 +0000 +++ b/lisp/frame.el Fri Jun 10 00:56:04 2005 +0000 @@ -969,9 +969,9 @@ (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))