aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/first-order/g_ground.ml42
-rw-r--r--tactics/tauto.ml42
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/first-order/g_ground.ml4 b/contrib/first-order/g_ground.ml4
index da1d0dcbdd..ebfb0e0181 100644
--- a/contrib/first-order/g_ground.ml4
+++ b/contrib/first-order/g_ground.ml4
@@ -95,7 +95,7 @@ TACTIC EXTEND Ground
END
TACTIC EXTEND GTauto
- [ "Tauto" ] ->
+ [ "GTauto" ] ->
[ gen_ground_tac false (Some fail_solver) Void ]
END
diff --git a/tactics/tauto.ml4 b/tactics/tauto.ml4
index 36a98a4aa0..c8740b9302 100644
--- a/tactics/tauto.ml4
+++ b/tactics/tauto.ml4
@@ -189,7 +189,7 @@ let lfo_wrap n gl=
errorlabstrm "LinearIntuition" [< str "LinearIntuition failed." >]
TACTIC EXTEND Tauto
-| [ "OldTauto" ] -> [ tauto ]
+| [ "Tauto" ] -> [ tauto ]
END
TACTIC EXTEND TSimplif