Function: artist-select-op-copy-square
artist-select-op-copy-square is an interactive and byte-compiled
function defined in artist.el.gz.
Signature
(artist-select-op-copy-square)
Documentation
Select copying squares.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/artist.el.gz
(defun artist-select-op-copy-square ()
"Select copying squares."
(interactive)
(artist-select-operation "cut square"))