diff options
| author | herbelin | 2005-02-18 22:18:00 +0000 |
|---|---|---|
| committer | herbelin | 2005-02-18 22:18:00 +0000 |
| commit | 390d8d413fca6d3e0f0f6680d37ddad9a5b6d830 (patch) | |
| tree | d5141ca2d31a9d70f43aa2245b4183c48ae85a95 /translate | |
| parent | 07c8ffdb6364aece263dc86174703190a5236dc4 (diff) | |
Renaming Print Canonical Structure into Print Canonical Projections
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@6750 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'translate')
| -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 a039027a22..1adc2aeb18 100644 --- a/translate/ppvernacnew.ml +++ b/translate/ppvernacnew.ml @@ -1031,7 +1031,7 @@ let rec pr_vernac = function | PrintClasses -> str"Print Classes" | PrintCoercions -> str"Print Coercions" | PrintCoercionPaths (s,t) -> str"Print Coercion Paths" ++ spc() ++ pr_class_rawexpr s ++ spc() ++ pr_class_rawexpr t - | PrintCanonicalStructures -> str"Print Canonical Structures" + | PrintCanonicalConversions -> str"Print Canonical Structures" | PrintTables -> str"Print Tables" | PrintOpaqueName qid -> str"Print Term" ++ spc() ++ pr_reference qid | PrintHintGoal -> str"Print Hint" |
