Function: artist-mt-get-symbol-from-keyword
artist-mt-get-symbol-from-keyword is a byte-compiled function defined
in artist.el.gz.
Signature
(artist-mt-get-symbol-from-keyword KWD)
Documentation
Search master table for keyword KWD and return its symbol.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/artist.el.gz
;
; Retrieving a symbol (graphics operation or function-call) from a keyword
;
(defun artist-mt-get-symbol-from-keyword (kwd)
"Search master table for keyword KWD and return its symbol."
(artist-mt-get-symbol-from-keyword-sub artist-mt kwd))