aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorherbelin2004-05-27 12:24:21 +0000
committerherbelin2004-05-27 12:24:21 +0000
commit29a6b8ed0221b58813b26028ad990a6d7d340dbc (patch)
treedec9f715c786346901876f693a3eff83634fa72f
parent33d26d138cfe916980f1d6c13fe72d2cbc3848cc (diff)
Bug affichage ClearBody
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5771 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--parsing/pptactic.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/parsing/pptactic.ml b/parsing/pptactic.ml
index fc44758bef..cd31b7f264 100644
--- a/parsing/pptactic.ml
+++ b/parsing/pptactic.ml
@@ -549,7 +549,7 @@ and pr_atom1 = 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;