aboutsummaryrefslogtreecommitdiffhomepage
path: root/COMPATIBILITY
diff options
context:
space:
mode:
authorGravatar Enrico Tassi <Enrico.Tassi@inria.fr>2015-03-22 16:56:38 +0100
committerGravatar Enrico Tassi <Enrico.Tassi@inria.fr>2015-03-22 16:56:38 +0100
commit4b1061a2e8cb93e6c1e3a1ef016e512eda9d0f64 (patch)
treebcfd71a67ef80d8c2e4db7a675a14bef26ad9539 /COMPATIBILITY
parentb9d625513256e854e0b3b831a965adeeba9ccb64 (diff)
Qed export -> Qed exporting
Diffstat (limited to 'COMPATIBILITY')
-rw-r--r--COMPATIBILITY2
1 files changed, 1 insertions, 1 deletions
diff --git a/COMPATIBILITY b/COMPATIBILITY
index ce5708093..eaeb2cba2 100644
--- a/COMPATIBILITY
+++ b/COMPATIBILITY
@@ -38,7 +38,7 @@ Tactic abstract.
- Auxiliary lemmas generated by the abstract tactic are removed from
the global environment and inlined in the proof term when a proof
is ended with Qed. The behavior of 8.4 can be obtained by ending
- proofs with "Qed export" or "Qed export ident, .., ident".
+ proofs with "Qed exporting" or "Qed exporting ident, .., ident".
Potential sources of incompatibilities between Coq V8.3 and V8.4
----------------------------------------------------------------