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