comparison lisp/frame.el @ 28856:20f840aa2301

(automatic-hscrolling): Typo.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 10 May 2000 21:54:40 +0000
parents 062f88e62612
children 4ed4a700358b
comparison
equal deleted inserted replaced
28855:1be9a502caca 28856:20f840aa2301
1003 :version "21.1" 1003 :version "21.1"
1004 :group 'frames) 1004 :group 'frames)
1005 1005
1006 (defcustom automatic-hscrolling t 1006 (defcustom automatic-hscrolling t
1007 "*Allow or disallow autmatic scrolling windows horizontally. 1007 "*Allow or disallow autmatic scrolling windows horizontally.
1008 If non-nil, windows are autmatically scrolled horizontally to make 1008 If non-nil, windows are automatically scrolled horizontally to make
1009 point visible." 1009 point visible."
1010 :version "21.1" 1010 :version "21.1"
1011 :type 'boolean 1011 :type 'boolean
1012 :group 'scrolling) 1012 :group 'scrolling)
1013 1013