Function: artist-select-op-circle

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

Signature

(artist-select-op-circle)

Documentation

Select drawing circles.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/artist.el.gz
(defun artist-select-op-circle ()
  "Select drawing circles."
  (interactive)
  (artist-select-operation "circle"))