diff options
Diffstat (limited to 'translate/ppvernacnew.ml')
| -rw-r--r-- | translate/ppvernacnew.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/translate/ppvernacnew.ml b/translate/ppvernacnew.ml index 82f01ae0c0..fd16ef5ade 100644 --- a/translate/ppvernacnew.ml +++ b/translate/ppvernacnew.ml @@ -1006,7 +1006,7 @@ let rec pr_vernac = function | PrintCoercions -> str"Print Coercions" | PrintCoercionPaths (s,t) -> str"Print Coercion Paths" ++ spc() ++ pr_class_rawexpr s ++ spc() ++ pr_class_rawexpr t | PrintTables -> str"Print Tables" - | PrintOpaqueName qid -> str"Print Proof" ++ spc() ++ pr_reference qid + | PrintOpaqueName qid -> str"Print Term" ++ spc() ++ pr_reference qid | PrintHintGoal -> str"Print Hint" | PrintHint qid -> str"Print Hint" ++ spc() ++ pr_reference qid | PrintHintDb -> str"Print Hint *" |
