Function: artist-key-set-point
artist-key-set-point is an interactive and byte-compiled function
defined in artist.el.gz.
Signature
(artist-key-set-point &optional ARG)
Documentation
Set a point for the current shape. With optional ARG, set the last point.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/artist.el.gz
(defun artist-key-set-point (&optional arg)
"Set a point for the current shape. With optional ARG, set the last point."
(interactive "P")
(artist-key-set-point-common arg))