Variable: pulse-face-duration
pulse-face-duration is a customizable variable defined in pulse.el.gz.
Value
0.03
Documentation
Time (in seconds) used for pulse-faces duration.
This variable was added, or its default value changed, in Emacs 31.1.
Probably introduced at or before Emacs version 31.1.
Source Code
;; Defined in /usr/src/emacs/lisp/pulse.el.gz
(defcustom pulse-face-duration pulse-delay
"Time (in seconds) used for `pulse-faces' duration."
:type 'number
:group 'pulse
:version "31.1")