comparison lisp/mwheel.el @ 48593:338527f8ef91

(mouse-wheel-inhibit-click-time): Fix custom type.
author Markus Rost <rost@math.uni-bielefeld.de>
date Fri, 29 Nov 2002 18:01:54 +0000
parents 3e3b1f1265f5
children 0da0660e632d
comparison
equal deleted inserted replaced
48592:d2f5d3e1c0cc 48593:338527f8ef91
91 :set 'mouse-wheel-change-button) 91 :set 'mouse-wheel-change-button)
92 92
93 (defcustom mouse-wheel-inhibit-click-time 0.35 93 (defcustom mouse-wheel-inhibit-click-time 0.35
94 "Time in seconds to inhibit clicking on mouse wheel button after scroll." 94 "Time in seconds to inhibit clicking on mouse wheel button after scroll."
95 :group 'mouse 95 :group 'mouse
96 :type 'float) 96 :type 'number)
97 97
98 (defcustom mouse-wheel-scroll-amount '(5 ((shift) . 1) ((control) . nil)) 98 (defcustom mouse-wheel-scroll-amount '(5 ((shift) . 1) ((control) . nil))
99 "Amount to scroll windows by when spinning the mouse wheel. 99 "Amount to scroll windows by when spinning the mouse wheel.
100 This is an alist mapping the modifier key to the amount to scroll when 100 This is an alist mapping the modifier key to the amount to scroll when
101 the wheel is moved with the modifier key depressed. 101 the wheel is moved with the modifier key depressed.