aboutsummaryrefslogtreecommitdiff
path: root/proofs
diff options
context:
space:
mode:
authorMaxime Dénès2017-06-19 23:50:06 +0200
committerMaxime Dénès2017-06-19 23:50:06 +0200
commitff56c76126784897fe0df6f2443fc738245a40a2 (patch)
treed07598367c146bc3e33f999bb035d6b098ecc0e9 /proofs
parent92c3d9caabf3e5ba075918dc779a4840a20719cd (diff)
parent4db32ffb3a157077be771f753ba8b5e4a8efc631 (diff)
Merge PR#777: Improving documentation of tactic "move" (report #4561)
Diffstat (limited to 'proofs')
-rw-r--r--proofs/logic.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/proofs/logic.ml b/proofs/logic.ml
index c329bdf4aa..6af1b2d837 100644
--- a/proofs/logic.ml
+++ b/proofs/logic.ml
@@ -253,7 +253,7 @@ let move_hyp sigma toleft (left,declfrom,right) hto =
else
user_err ~hdr:"move_hyp" (str "Cannot move " ++ pr_id (NamedDecl.get_id declfrom) ++
Miscprint.pr_move_location pr_id hto ++
- str (if toleft then ": it occurs in " else ": it depends on ")
+ str (if toleft then ": it occurs in the type of " else ": it depends on ")
++ pr_id hyp ++ str ".")
else
(d::first, middle)