Function: artist-select-op-flood-fill
artist-select-op-flood-fill is an interactive and byte-compiled
function defined in artist.el.gz.
Signature
(artist-select-op-flood-fill)
Documentation
Select flood-filling.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/artist.el.gz
(defun artist-select-op-flood-fill ()
"Select flood-filling."
(interactive)
(artist-select-operation "flood-fill"))