Function: artist-go-get-arrow-set-fn-from-symbol

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

Signature

(artist-go-get-arrow-set-fn-from-symbol SYMBOL)

Documentation

Search the master table, get arrow-set-fn from a graphics operation SYMBOL.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/artist.el.gz
(defun artist-go-get-arrow-set-fn-from-symbol (symbol)
  "Search the master table, get arrow-set-fn from a graphics operation SYMBOL."
  (artist-go-retrieve-from-symbol symbol 'artist-go-get-arrow-set-fn))