Module Marker.Insertion_type

When you insert text directly at the place where a marker points, there are two possible ways to relocate that marker: it can point before the inserted text, or point after it. You can specify which one a given marker should do by setting its "insertion type". (Info-goto-node "(elisp)Marker Insertion Types").

type t =
| After_inserted_text
| Before_inserted_text
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t