aboutsummaryrefslogtreecommitdiff
path: root/proofs/proof.ml
diff options
context:
space:
mode:
Diffstat (limited to 'proofs/proof.ml')
-rw-r--r--proofs/proof.ml2
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 =