# HG changeset patch # User Eli Zaretskii # Date 990331951 0 # Node ID 7d2b56f9f9b42e736951c6cb5ec4baf3ef4c2094 # Parent 1a52bb462cc9a5464ecf6cf8711929852c10aa6a (automatic-hscrolling): Fix a typo. From Pavel Janik . diff -r 1a52bb462cc9 -r 7d2b56f9f9b4 lisp/frame.el --- 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"