aboutsummaryrefslogtreecommitdiffhomepage
path: root/translate
diff options
context:
space:
mode:
Diffstat (limited to 'translate')
-rw-r--r--translate/ppvernacnew.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/translate/ppvernacnew.ml b/translate/ppvernacnew.ml
index 283213ec0..59df9d4d3 100644
--- a/translate/ppvernacnew.ml
+++ b/translate/ppvernacnew.ml
@@ -1027,7 +1027,7 @@ pr_vbinders bl ++ spc())
let pr_printable = function
| PrintFullContext -> str"Print All"
| PrintSectionContext s ->
- str"Print Section" ++ spc() ++ pr_reference s
+ str"Print Section" ++ spc() ++ Libnames.pr_reference s
| PrintGrammar (uni,ent) ->
str"Print Grammar" ++ spc() ++ str uni ++ spc() ++ str ent
| PrintLoadPath -> str"Print LoadPath"