Function: artist-select-op-erase-rectangle

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

Signature

(artist-select-op-erase-rectangle)

Documentation

Select erasing rectangles.

Key Bindings

Source Code

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