aboutsummaryrefslogtreecommitdiff
path: root/contrib/interface
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/interface')
-rw-r--r--contrib/interface/xlate.ml3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/interface/xlate.ml b/contrib/interface/xlate.ml
index 6b4b82e399..5e0bc4d9f9 100644
--- a/contrib/interface/xlate.ml
+++ b/contrib/interface/xlate.ml
@@ -1474,7 +1474,8 @@ let xlate_vernac =
| PrintScopes -> xlate_error "TODO: Print Scopes"
| PrintScope _ -> xlate_error "TODO: Print Scope"
| PrintVisibility _ -> xlate_error "TODO: Print Visibility"
- | PrintAbout _ -> xlate_error "TODO: Print About")
+ | PrintAbout _ -> xlate_error "TODO: Print About"
+ | _ -> xlate_error "TODO: Print")
| VernacBeginSection id ->
CT_coerce_SECTION_BEGIN_to_COMMAND (CT_section (xlate_ident id))
| VernacEndSegment id -> CT_section_end (xlate_ident id)