aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/coq-syntax.el2
-rw-r--r--tools/coqdoc/output.ml2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/coq-syntax.el b/tools/coq-syntax.el
index f959184663..5b88f6a553 100644
--- a/tools/coq-syntax.el
+++ b/tools/coq-syntax.el
@@ -775,7 +775,7 @@ Used by `coq-goal-command-p'"
"False" "True" "after" "as" "cofix" "fix" "forall" "fun" "match"
"return" "struct" "else" "end" "if" "in" "into" "let" "then"
"using" "with" "beta" "delta" "iota" "zeta" "after" "until"
- "at" "Sort" "Time" "dest"))
+ "at" "Sort" "Time"))
"Reserved keywords of Coq.")
diff --git a/tools/coqdoc/output.ml b/tools/coqdoc/output.ml
index 1d68b010e6..ae35f74458 100644
--- a/tools/coqdoc/output.ml
+++ b/tools/coqdoc/output.ml
@@ -54,7 +54,7 @@ let is_keyword =
"Obligation"; "Obligations"; "Solve"; "using"; "Next Obligation"; "Next";
"Program Instance"; "Equations"; "Equations_nocomp";
(*i (* coq terms *) *)
- "forall"; "match"; "as"; "in"; "return"; "with"; "end"; "let"; "dest"; "fun";
+ "forall"; "match"; "as"; "in"; "return"; "with"; "end"; "let"; "fun";
"if"; "then"; "else"; "Prop"; "Set"; "Type"; ":="; "where"; "struct"; "wf"; "measure";
(* Ltac *)
"before"; "after"