diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2000-05-10 21:54:40 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2000-05-10 21:54:40 +0000 |
commit | 9ea60c46a004d2a64187e05f50d4801a72582888 (patch) | |
tree | fa9acc881ab1efbc514eb5e59fefc86fb2a4a0d6 /lisp/frame.el | |
parent | ff5497744cb43ebdc2457bb9cf43344a87e9d164 (diff) | |
download | emacs-9ea60c46a004d2a64187e05f50d4801a72582888.tar.gz |
(automatic-hscrolling): Typo.
Diffstat (limited to 'lisp/frame.el')
-rw-r--r-- | lisp/frame.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/frame.el b/lisp/frame.el index f741730ff96..5b7709b69b4 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 |