Function: move-marker

Position MARKER before character number POSITION in BUFFER,
which defaults to the current buffer. If POSITION is nil,
makes marker point nowhere so it no longer slows down
editing in any buffer. Returns MARKER.

(fn MARKER POSITION &optional BUFFER)