Function: artist-select-op-cut-rectangle

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

Signature

(artist-select-op-cut-rectangle)

Documentation

Select cutting rectangles.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/artist.el.gz
(defun artist-select-op-cut-rectangle ()
  "Select cutting rectangles."
  (interactive)
  (artist-select-operation "cut rectangle"))