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