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