From b0ab21a5a94b09170ff60cd4a405afa5287d7867 Mon Sep 17 00:00:00 2001 From: letouzey Date: Mon, 10 Dec 2012 18:33:44 +0000 Subject: Coqide: restore the tag removal of copy-pasted zones The handler for apply_tag removed in commit 16044 was probaly meant for that. We now proceed in a more simple way, in Sentence.split_slice_lax, instead of doing a remove_tag in a apply_tag handler (!). git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16058 85f007b7-540e-0410-9357-904b9bb8a0f7 --- ide/sentence.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ide/sentence.mli') diff --git a/ide/sentence.mli b/ide/sentence.mli index c552024f4..2a83d04f7 100644 --- a/ide/sentence.mli +++ b/ide/sentence.mli @@ -10,7 +10,7 @@ val tag_on_insert : GText.buffer -> unit -(** Retag the ends of sentences in the whole buffer *) +(** Retag the ends of sentences in the non-locked part of the buffer *) val tag_all : GText.buffer -> unit -- cgit v1.2.3