Function: artist-select-op-line

artist-select-op-line is an interactive and byte-compiled function defined in artist.el.gz.

Signature

(artist-select-op-line)

Documentation

Select drawing lines.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/artist.el.gz
(defun artist-select-op-line ()
  "Select drawing lines."
  (interactive)
  (artist-select-operation "line"))