Function: artist-direction-step-y

artist-direction-step-y is a byte-compiled function defined in artist.el.gz.

Signature

(artist-direction-step-y DIRECTION)

Documentation

Return the y-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-y (direction)
  "Return the y-step for DIRECTION from the `artist-direction-info' table."
  (aref (aref artist-direction-info direction) 1))