diff options
| author | Théo Zimmermann | 2021-01-12 22:01:40 +0100 |
|---|---|---|
| committer | Théo Zimmermann | 2021-01-13 11:41:32 +0100 |
| commit | 2a5e88b967f648887219e80aaf694395f1f15c1c (patch) | |
| tree | c5f32354619a486c197dfaf8f2801433ac9c7317 /doc/tools/docgram/fullGrammar | |
| parent | 723d695e86cc74ab11edb97acdfced0566be7131 (diff) | |
Adjust the doc_grammar files.
Diffstat (limited to 'doc/tools/docgram/fullGrammar')
| -rw-r--r-- | doc/tools/docgram/fullGrammar | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tools/docgram/fullGrammar b/doc/tools/docgram/fullGrammar index ccf38d2c15..23760f8374 100644 --- a/doc/tools/docgram/fullGrammar +++ b/doc/tools/docgram/fullGrammar @@ -3370,7 +3370,7 @@ G_LTAC2_tactic_atom: [ | "constr" ":" "(" Constr.lconstr ")" (* Ltac2 plugin *) | "open_constr" ":" "(" Constr.lconstr ")" (* Ltac2 plugin *) | "ident" ":" "(" lident ")" (* Ltac2 plugin *) -| "pattern" ":" "(" Constr.cpattern ")" (* Ltac2 plugin *) +| "pat" ":" "(" Constr.cpattern ")" (* Ltac2 plugin *) | "reference" ":" "(" globref ")" (* Ltac2 plugin *) | "ltac1" ":" "(" ltac1_expr_in_env ")" (* Ltac2 plugin *) | "ltac1val" ":" "(" ltac1_expr_in_env ")" (* Ltac2 plugin *) |
