Function: artist-fc-get-fn-from-symbol

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

Signature

(artist-fc-get-fn-from-symbol SYMBOL)

Documentation

Search the master table to get function from a function call SYMBOL.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/artist.el.gz
(defun artist-fc-get-fn-from-symbol (symbol)
  "Search the master table to get function from a function call SYMBOL."
  (artist-fc-retrieve-from-symbol symbol 'artist-fc-get-fn))