]> git.eshelyaron.com Git - emacs.git/commitdiff
(frame-current-scroll-bars): Fix typos in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 10 Jun 2005 00:56:04 +0000 (00:56 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 10 Jun 2005 00:56:04 +0000 (00:56 +0000)
lisp/frame.el

index 3693295e819e266a1e205b91443039111bf689fd..6b69dead4141f82dc5a20177ae92842b8a636f8c 100644 (file)
@@ -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))