Function: artist-go-get-arrow-pred

artist-go-get-arrow-pred is a byte-compiled function defined in artist.el.gz.

Signature

(artist-go-get-arrow-pred INFO-VARIANT-PART)

Documentation

Retrieve the arrow predicate component from an INFO-VARIANT-PART.

An INFO-VARIANT-PART is the shifted or unshifted info from an info-part.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/artist.el.gz
(defsubst artist-go-get-arrow-pred (info-variant-part)
  "Retrieve the arrow predicate component from an INFO-VARIANT-PART.
An INFO-VARIANT-PART is the shifted or unshifted info from an info-part."
  (elt info-variant-part 3))