set-marker-insertion-type

set-marker-insertion-type is a built-in function in `C source code'.

(set-marker-insertion-type MARKER TYPE)

Set the insertion-type of MARKER to TYPE.
If TYPE is t, it means the marker advances when you insert text at it.
If TYPE is nil, it means the marker stays behind when you insert text at it.