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