aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/frame.el
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2000-05-10 21:54:40 +0000
committerStefan Monnier <[email protected]>2000-05-10 21:54:40 +0000
commit9ea60c46a004d2a64187e05f50d4801a72582888 (patch)
treefa9acc881ab1efbc514eb5e59fefc86fb2a4a0d6 /lisp/frame.el
parentff5497744cb43ebdc2457bb9cf43344a87e9d164 (diff)
(automatic-hscrolling): Typo.
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 f741730ff9..5b7709b69b 100644
--- a/lisp/frame.el
+++ b/lisp/frame.el
@@ -1005,7 +1005,7 @@ FRAME nil or omitted means delete all frames except the selected frame."
(defcustom automatic-hscrolling t
"*Allow or disallow autmatic scrolling windows horizontally.
-If non-nil, windows are autmatically scrolled horizontally to make
+If non-nil, windows are automatically scrolled horizontally to make
point visible."
:version "21.1"
:type 'boolean