diff options
Diffstat (limited to 'tactics')
| -rw-r--r-- | tactics/tauto.ml4 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
