changeset 63178:69c18304e55e

(frame-current-scroll-bars): Fix typos in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 10 Jun 2005 00:56:04 +0000
parents 284a9ec95650
children 01c52a1fbfe8
files lisp/frame.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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))