Function: artist-fc-get-keyword

artist-fc-get-keyword is a byte-compiled function defined in artist.el.gz.

Signature

(artist-fc-get-keyword INFO-PART)

Documentation

Retrieve the keyword component from a graphics operation INFO-PART.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/artist.el.gz
;; For the 'function-call info-parts
;;
(defsubst artist-fc-get-keyword (info-part)
  "Retrieve the keyword component from a graphics operation INFO-PART."
  (elt info-part 0))