Function: artist-get-x-step-q>=0

artist-get-x-step-q>=0 is a byte-compiled function defined in artist.el.gz.

Signature

(artist-get-x-step-q>=0 OCTANT)

Documentation

Retrieve x-step component for OCTANT when q >= 0.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/artist.el.gz
(defsubst artist-get-x-step-q>=0 (octant)
  "Retrieve x-step component for OCTANT when q >= 0."
  (aref (aref artist-octant-info (- octant 1)) 2))