aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/coqOps.ml
diff options
context:
space:
mode:
authorGravatar Enrico Tassi <Enrico.Tassi@inria.fr>2014-12-17 10:24:31 +0100
committerGravatar Enrico Tassi <Enrico.Tassi@inria.fr>2014-12-17 15:05:04 +0100
commit9a1bbeee7712f21d55cc352020ff51203cac7c51 (patch)
treeba5ba630c8bd6967b1269d6c6ecdfae5d2d18807 /ide/coqOps.ml
parentc854f859115add2ed95e2e4df36bce2eb2e6f22a (diff)
CoqIDE: better messages
Diffstat (limited to 'ide/coqOps.ml')
-rw-r--r--ide/coqOps.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ide/coqOps.ml b/ide/coqOps.ml
index 63b6bf140..a62cbce73 100644
--- a/ide/coqOps.ml
+++ b/ide/coqOps.ml
@@ -539,7 +539,7 @@ object(self)
let next = function
| Good _ ->
messages#clear;
- messages#push Pp.Info "Doc checked";
+ messages#push Pp.Info "All proof terms checked by the kernel";
Coq.return ()
| Fail x -> self#handle_failure x in
Coq.bind (Coq.status ~logger:messages#push true) next