Function: artist-select-op-text-overwrite

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

Signature

(artist-select-op-text-overwrite)

Documentation

Select rendering text (overwrite).

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/artist.el.gz
(defun artist-select-op-text-overwrite ()
  "Select rendering text (overwrite)."
  (interactive)
  (artist-select-operation "text overwrite"))