Function: artist-fc-retrieve-from-symbol

artist-fc-retrieve-from-symbol is a byte-compiled function defined in artist.el.gz.

Signature

(artist-fc-retrieve-from-symbol SYMBOL RETRIEVE-FN)

Documentation

Search the master table for a function call 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 function-call symbol
;

(defun artist-fc-retrieve-from-symbol (symbol retrieve-fn)
  "Search the master table for a function call SYMBOL.
Calls RETRIEVE-FN to retrieve information from that symbol's
info-variant-part."
  (artist-fc-retrieve-from-symbol-sub artist-mt symbol retrieve-fn))