Function: artist-direction-step-x
artist-direction-step-x is a byte-compiled function defined in
artist.el.gz.
Signature
(artist-direction-step-x DIRECTION)
Documentation
Return the x-step for DIRECTION from the artist-direction-info table.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/artist.el.gz
(defsubst artist-direction-step-x (direction)
"Return the x-step for DIRECTION from the `artist-direction-info' table."
(aref (aref artist-direction-info direction) 0))