Function: artist-go-get-desc
artist-go-get-desc is a byte-compiled function defined in
artist.el.gz.
Signature
(artist-go-get-desc INFO-PART)
Documentation
Retrieve the description component from a graphics operation INFO-PART.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/artist.el.gz
;; For the 'graphics-operation info-parts
;;
(defsubst artist-go-get-desc (info-part)
"Retrieve the description component from a graphics operation INFO-PART."
(elt info-part 0))