diff options
| author | herbelin | 2010-05-29 19:00:07 +0000 |
|---|---|---|
| committer | herbelin | 2010-05-29 19:00:07 +0000 |
| commit | d02173f7f55ec5b719940a89103c39e017313f5a (patch) | |
| tree | 27cf92d5a0d0910b0c0ce1937b05282145a54a6a | |
| parent | 4fc5ff31b342253f889db23a3b46482a4c7fa1ca (diff) | |
Typo in comment of proof.ml
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13037 85f007b7-540e-0410-9357-904b9bb8a0f7
| -rw-r--r-- | proofs/proof.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proofs/proof.ml b/proofs/proof.ml index faefc77a79..c4d953729d 100644 --- a/proofs/proof.ml +++ b/proofs/proof.ml @@ -164,7 +164,7 @@ let _focus cond i j pr = push_focus cond context pr; pr.state <- { pr.state with proofview = focused } -(* This function unfocuses the proof [pr], it raises [CannotUnfocus], +(* This function unfocuses the proof [pr], it raises [FullyUnfocused], if the proof is already fully unfocused. This function does not care about the condition of the current focus. *) let _unfocus pr = |
