Variable: hproperty:but-flash-time
hproperty:but-flash-time is a customizable variable defined in
hproperty.el.
This variable is obsolete since 8.0; Use hproperty:but-flash-time-seconds instead
Value
1000
Documentation
Emacs button flash delay.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hproperty.el
(defcustom hproperty:but-flash-time 1000
"Emacs button flash delay."
:type '(integer :match (lambda (_widget value) (and (integerp value) (> value 0))))
:group 'hyperbole-buttons)