diff options
| author | Emilio Jesus Gallego Arias | 2020-04-03 10:56:25 -0400 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2020-04-03 10:56:25 -0400 |
| commit | 8a3255bc99691c7c0f9b386e63b7947169f902b7 (patch) | |
| tree | ebffb272641a2b63a6217692a6c64fc1fa83e3ad /vernac | |
| parent | a37814ae4df4a97c0b5bdbef68d72e52412e5467 (diff) | |
| parent | 7540acc5f0ced610d9fc10560d75990be3c9cd9a (diff) | |
Merge PR #11895: Remove Chapter command.
Reviewed-by: ejgallego
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 } |
