Function: artist-make-2point-object

artist-make-2point-object is a byte-compiled function defined in artist.el.gz.

Signature

(artist-make-2point-object ENDPOINT1 ENDPOINT2 SHAPEINFO)

Documentation

Create a 2-point object of ENDPOINT1, ENDPOINT2 and SHAPEINFO.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/artist.el.gz
(defun artist-make-2point-object (endpoint1 endpoint2 shapeinfo)
  "Create a 2-point object of ENDPOINT1, ENDPOINT2 and SHAPEINFO."
  (list endpoint1 endpoint2 shapeinfo))