(************************************************************************) (* * The Coq Proof Assistant / The Coq Development Team *) (* v * INRIA, CNRS and contributors - Copyright 1999-2018 *) (* unit (** Retag the ends of sentences in the non-locked part of the buffer *) val tag_all : GText.buffer -> unit (** Search a sentence around some position *) val find : GText.buffer -> GText.iter -> (GText.iter * GText.iter) option