Function: artist-select-op-text-see-thru

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

Signature

(artist-select-op-text-see-thru)

Documentation

Select rendering text (see thru).

Key Bindings

Source Code

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