Function: artist-select-op-copy-rectangle

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

Signature

(artist-select-op-copy-rectangle)

Documentation

Select copying rectangles.

Key Bindings

Source Code

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