Function: artist-select-op-straight-poly-line

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

Signature

(artist-select-op-straight-poly-line)

Documentation

Select drawing straight poly-lines.

Key Bindings

Source Code

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