Function: artist-2point-get-shapeinfo

artist-2point-get-shapeinfo is a byte-compiled function defined in artist.el.gz.

Signature

(artist-2point-get-shapeinfo OBJ)

Documentation

Retrieve the shapeinfo component of a 2-point object OBJ.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/artist.el.gz
(defun artist-2point-get-shapeinfo (obj)
  "Retrieve the shapeinfo component of a 2-point object OBJ."
  (elt obj 2))