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