diff options
| -rw-r--r-- | translate/pptacticnew.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/translate/pptacticnew.ml b/translate/pptacticnew.ml index bad3ac90f2..327ec7d08b 100644 --- a/translate/pptacticnew.ml +++ b/translate/pptacticnew.ml @@ -568,7 +568,7 @@ and pr_atom1 env = function | TacClear l -> hov 1 (str "clear" ++ spc () ++ prlist_with_sep spc pr_ident l) | TacClearBody l -> - hov 1 (str "clear" ++ spc () ++ prlist_with_sep spc pr_ident l) + hov 1 (str "clearbody" ++ spc () ++ prlist_with_sep spc pr_ident l) | TacMove (b,id1,id2) -> (* Rem: only b = true is available for users *) assert b; |
