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