From: Eli Zaretskii Date: Sun, 20 May 2001 04:14:49 +0000 (+0000) Subject: (automatic-hscrolling): Fix a typo. From Pavel Janik . X-Git-Tag: emacs-pretest-21.0.104~431 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=310e9a2152c7511b4de0d112c6f5aeefd9441709;p=emacs.git (automatic-hscrolling): Fix a typo. From Pavel Janik . --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 97bb8265928..ac8eedadd2d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2001-05-20 Eli Zaretskii + + * frame.el (automatic-hscrolling): Fix a typo. From Pavel + Jan,Bm(Bk . + 2001-05-18 Sam Steingold * pcvs-defs.el (cvs-mode-map): bind "z" to `kill-this-buffer' diff --git a/lisp/frame.el b/lisp/frame.el index 3b3bf3eaaef..5eceff5ba6b 100644 --- a/lisp/frame.el +++ b/lisp/frame.el @@ -1089,7 +1089,7 @@ left untouched. FRAME nil or omitted means use the selected frame." :group 'frames) (defcustom automatic-hscrolling t - "*Allow or disallow autmatic scrolling windows horizontally. + "*Allow or disallow automatic scrolling windows horizontally. If non-nil, windows are automatically scrolled horizontally to make point visible." :version "21.1"