diff options
| author | Théo Zimmermann | 2020-03-24 11:37:10 +0100 |
|---|---|---|
| committer | Théo Zimmermann | 2020-04-02 14:26:06 +0200 |
| commit | 7540acc5f0ced610d9fc10560d75990be3c9cd9a (patch) | |
| tree | 5035e40858f34c4280c7928d07cc83a1f38c9b46 /vernac | |
| parent | 971c8e12078980417c5865948b742dee38bd8593 (diff) | |
Remove Chapter command.
This was an undocumented equivalent of the Section command.
Diffstat (limited to 'vernac')
| -rw-r--r-- | vernac/g_vernac.mlg | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vernac/g_vernac.mlg b/vernac/g_vernac.mlg index a1cdc718d7..6de20c64a5 100644 --- a/vernac/g_vernac.mlg +++ b/vernac/g_vernac.mlg @@ -552,7 +552,6 @@ GRAMMAR EXTEND Gram { VernacDeclareModule (export, id, bl, mty) } (* Section beginning *) | IDENT "Section"; id = identref -> { VernacBeginSection id } - | IDENT "Chapter"; id = identref -> { VernacBeginSection id } (* This end a Section a Module or a Module Type *) | IDENT "End"; id = identref -> { VernacEndSegment id } |
