aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq-syntax.el
diff options
context:
space:
mode:
Diffstat (limited to 'coq/coq-syntax.el')
-rw-r--r--coq/coq-syntax.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/coq/coq-syntax.el b/coq/coq-syntax.el
index a349ec55..1ca363cc 100644
--- a/coq/coq-syntax.el
+++ b/coq/coq-syntax.el
@@ -187,8 +187,8 @@ so for the following reasons:
("eleft" "eleft" "eleft" t "eleft")
("elim using" "elu" "elim # using #" t)
("elim" "e" "elim #" t "elim")
- ("elimtype" "elt" "elimtype" "elimtype")
- ("enough" "eng" "enough (#: #).\n{ #\n}" "elimtype")
+ ("elimtype" "elt" "elimtype" t "elimtype")
+ ("enough" "eng" "enough (#: #).\n{ #\n}" t "enough")
("erewrite" "er" "erewrite #" t "erewrite")
("eright" "erig" "eright" "eright")
("esplit" "esp" "esplit" t "esplit")