Function: artist-go-get-draw-how-from-symbol

artist-go-get-draw-how-from-symbol is a byte-compiled function defined in artist.el.gz.

Signature

(artist-go-get-draw-how-from-symbol SYMBOL)

Documentation

Search the master table, get draw-how from a graphics operation SYMBOL.

Source Code

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