diff options
| author | Hugo Herbelin | 2014-01-13 10:53:20 +0100 |
|---|---|---|
| committer | Hugo Herbelin | 2014-01-13 10:53:20 +0100 |
| commit | f8a564addb5892a423debd4f99700c0c9e204250 (patch) | |
| tree | 2a6f1c026b8c6c773ea16c3552d68a529d65cb13 /parsing | |
| parent | 862214db79059e263d296920079c8d7d88c2049a (diff) | |
Documenting old but useful command "Print Tables".
Made a synonymous of it ("Print Options").
Also reorganized a bit the section about flags and options in reference manual.
Diffstat (limited to 'parsing')
| -rw-r--r-- | parsing/g_vernac.ml4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/parsing/g_vernac.ml4 b/parsing/g_vernac.ml4 index be35647039..87559c9e6d 100644 --- a/parsing/g_vernac.ml4 +++ b/parsing/g_vernac.ml4 @@ -867,6 +867,7 @@ GEXTEND Gram -> PrintCoercionPaths (s,t) | IDENT "Canonical"; IDENT "Projections" -> PrintCanonicalConversions | IDENT "Tables" -> PrintTables + | IDENT "Options" -> PrintTables (* A Synonymous to Tables *) | IDENT "Hint" -> PrintHintGoal | IDENT "Hint"; qid = smart_global -> PrintHint qid | IDENT "Hint"; "*" -> PrintHintDb |
