mouse-set-point
mouse-set-point is an interactive compiled Lisp function in `mouse.el
'.
It is bound to <mouse-1>.
(mouse-set-point EVENT &optional PROMOTE-TO-REGION
)
Move point to the position clicked on with the mouse.
This should be bound to a mouse click event type.
If PROMOTE-TO-REGION is non-nil and event is a multiple-click,
select the corresponding element around point.