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