Variable: artist-spray-interval
artist-spray-interval is a customizable variable defined in
artist.el.gz.
Value
0.2
Documentation
Number of seconds between repeated spraying.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/artist.el.gz
(defcustom artist-spray-interval 0.2
"Number of seconds between repeated spraying."
:group 'artist
:type 'number)