diff options
| author | Théo Zimmermann | 2020-03-29 17:32:27 +0200 |
|---|---|---|
| committer | Théo Zimmermann | 2020-03-29 17:32:27 +0200 |
| commit | 6455f44c7a6babb1f2490eaca216469e0c450a00 (patch) | |
| tree | 282a6883b83a2134574ab4a213d3cb73fd8dff03 /tools | |
| parent | eb01bc0f7583ef958a32e88c05d82cb9ad791ac4 (diff) | |
| parent | 2a803690d76724fd7c97288f208f3a1faf98eca1 (diff) | |
Merge PR #11944: Remove SearchAbout command, deprecated in 8.5
Reviewed-by: Zimmi48
Reviewed-by: ppedrot
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/coqdoc/output.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/coqdoc/output.ml b/tools/coqdoc/output.ml index d2b0078a7c..862715753d 100644 --- a/tools/coqdoc/output.ml +++ b/tools/coqdoc/output.ml @@ -42,7 +42,7 @@ let is_keyword = "Mutual"; "Parameter"; "Parameters"; "Print"; "Printing"; "All"; "Proof"; "Proof with"; "Qed"; "Record"; "Recursive"; "Remark"; "Require"; "Save"; "Scheme"; "Assumptions"; "Axioms"; "Universes"; "Induction"; "for"; "Sort"; "Section"; "Show"; "Structure"; "Syntactic"; "Syntax"; "Tactic"; "Theorem"; - "Search"; "SearchAbout"; "SearchHead"; "SearchPattern"; "SearchRewrite"; + "Search"; "SearchHead"; "SearchPattern"; "SearchRewrite"; "Set"; "Types"; "Undo"; "Unset"; "Variable"; "Variables"; "Context"; "Notation"; "Reserved Notation"; "Tactic Notation"; "Delimit"; "Bind"; "Open"; "Scope"; "Inline"; |
