Function: artist-arrow-point-get-direction
artist-arrow-point-get-direction is a byte-compiled function defined
in artist.el.gz.
Signature
(artist-arrow-point-get-direction ARROW-POINT)
Documentation
Retrieve the direction component of an ARROW-POINT.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/artist.el.gz
(defsubst artist-arrow-point-get-direction (arrow-point)
"Retrieve the direction component of an ARROW-POINT."
(aref arrow-point 2))