aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/sentence.mli
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-12-10 18:33:44 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-12-10 18:33:44 +0000
commitb0ab21a5a94b09170ff60cd4a405afa5287d7867 (patch)
treec30845df1fbe51a08f3be5608dca81b0915b5f8d /ide/sentence.mli
parent2de75892efb8c2ab63a3b23767d0cefd0996f8d6 (diff)
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
Diffstat (limited to 'ide/sentence.mli')
-rw-r--r--ide/sentence.mli2
1 files changed, 1 insertions, 1 deletions
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