diff options
author | coq <coq@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2003-01-31 14:38:23 +0000 |
---|---|---|
committer | coq <coq@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2003-01-31 14:38:23 +0000 |
commit | 2e3ec630ae120065894bf36689785ae44941c919 (patch) | |
tree | 0a34863534d784353518a147d5fb2a3d1723f4f8 /proofs | |
parent | 88f6fa09efae8f53723440fce7ce6922651cfe0f (diff) |
Pour satisfaire ProofGeneral
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3634 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'proofs')
-rw-r--r-- | proofs/pfedit.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proofs/pfedit.ml b/proofs/pfedit.ml index b8a61e0ec..69534b82b 100644 --- a/proofs/pfedit.ml +++ b/proofs/pfedit.ml @@ -205,7 +205,7 @@ let refining () = [] <> (Edit.dom proof_edits) let check_no_pending_proofs () = if refining () then errorlabstrm "check_no_pending_proofs" - (str"Proof editing in progress" ++ (msg_proofs false) ++ + (str"Proof editing in progress" ++ (msg_proofs false) ++ fnl() ++ str"Use \"Abort All\" first or complete proof(s).") let delete_current_proof () = delete_proof_gen (get_current_proof_name ()) |