changeset 37823:7d2b56f9f9b4

(automatic-hscrolling): Fix a typo. From Pavel Janik <Pavel@Janik.cz>.
author Eli Zaretskii <eliz@gnu.org>
date Sun, 20 May 2001 04:12:31 +0000
parents 1a52bb462cc9
children c95a54bf4200
files lisp/frame.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/frame.el	Sat May 19 09:21:27 2001 +0000
+++ b/lisp/frame.el	Sun May 20 04:12:31 2001 +0000
@@ -1089,7 +1089,7 @@
   :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"