Function: artist-go-retrieve-from-symbol
artist-go-retrieve-from-symbol is a byte-compiled function defined in
artist.el.gz.
Signature
(artist-go-retrieve-from-symbol SYMBOL RETRIEVE-FN)
Documentation
Search the master table for a graphics operation SYMBOL.
Calls RETRIEVE-FN to retrieve information from that symbol's info-variant-part.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/artist.el.gz
;
; Retrieving info from a graphics operation symbol
;
(defun artist-go-retrieve-from-symbol (symbol retrieve-fn)
"Search the master table for a graphics operation SYMBOL.
Calls RETRIEVE-FN to retrieve information from that symbol's
info-variant-part."
(artist-go-retrieve-from-symbol-sub artist-mt symbol retrieve-fn))