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