Function: artist-select-op-straight-line

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

Signature

(artist-select-op-straight-line)

Documentation

Select drawing straight lines.

Key Bindings

Source Code

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