goto-char

goto-char is an interactive built-in function in `C source code'.

It is bound to M-g c, <menu-bar> <edit> <goto> <go-to-pos>.

(goto-char POSITION)

Set point to POSITION, a number or marker.
Beginning of buffer is position (point-min), end is (point-max).

The return value is POSITION.