aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/frame.el
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/frame.el
parente07cfbca009950df116d4cd396242abc00c02aaf (diff)
(automatic-hscrolling): Fix a typo. From Pavel Janik <[email protected]>.
Diffstat (limited to 'lisp/frame.el')
-rw-r--r--lisp/frame.el2
1 files changed, 1 insertions, 1 deletions
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"