aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--parsing/g_vernacnew.ml44
1 files changed, 2 insertions, 2 deletions
diff --git a/parsing/g_vernacnew.ml4 b/parsing/g_vernacnew.ml4
index 9ff07141c8..c042a24c28 100644
--- a/parsing/g_vernacnew.ml4
+++ b/parsing/g_vernacnew.ml4
@@ -588,9 +588,9 @@ GEXTEND Gram
[ [ IDENT "Term"; qid = global -> PrintName qid
| IDENT "All" -> PrintFullContext
| IDENT "Section"; s = global -> PrintSectionContext s
- | IDENT "Grammar"; uni = IDENT; ent = IDENT ->
+ | IDENT "Grammar"; ent = IDENT ->
(* This should be in "syntax" section but is here for factorization*)
- PrintGrammar (uni, ent)
+ PrintGrammar ("", ent)
| IDENT "LoadPath" -> PrintLoadPath
| IDENT "Modules" -> PrintModules