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