Function: artist-2point-get-endpoint2
artist-2point-get-endpoint2 is a byte-compiled function defined in
artist.el.gz.
Signature
(artist-2point-get-endpoint2 OBJ)
Documentation
Retrieve the second endpoint of a 2-point object OBJ.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/artist.el.gz
(defun artist-2point-get-endpoint2 (obj)
"Retrieve the second endpoint of a 2-point object OBJ."
(elt obj 1))