Function: artist-mt-get-info-part
artist-mt-get-info-part is a byte-compiled function defined in
artist.el.gz.
Signature
(artist-mt-get-info-part ELEMENT)
Documentation
Retrieve the info part component from the master table ELEMENT.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/artist.el.gz
(defun artist-mt-get-info-part (element)
"Retrieve the info part component from the master table ELEMENT."
(elt element 1))