package ecaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class 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 =
  1. | After_inserted_text
  2. | Before_inserted_text
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t