aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2001-05-20 04:14:49 +0000
committerEli Zaretskii <[email protected]>2001-05-20 04:14:49 +0000
commit310e9a2152c7511b4de0d112c6f5aeefd9441709 (patch)
treee45dd4de17da188f628d82d9585060cd0d480101 /lisp
parente07cfbca009950df116d4cd396242abc00c02aaf (diff)
(automatic-hscrolling): Fix a typo. From Pavel Janik <[email protected]>.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/frame.el2
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 97bb826592..ac8eedadd2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2001-05-20 Eli Zaretskii <[email protected]>
+
+ * frame.el (automatic-hscrolling): Fix a typo. From Pavel
+ Jan,Bm(Bk <[email protected]>.
+
2001-05-18 Sam Steingold <[email protected]>
* pcvs-defs.el (cvs-mode-map): bind "z" to `kill-this-buffer'
diff --git a/lisp/frame.el b/lisp/frame.el
index 3b3bf3eaae..5eceff5ba6 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"