aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq-db.el
diff options
context:
space:
mode:
authorGravatar Pierre Courtieu <courtieu@lri.fr>2012-09-06 16:17:45 +0000
committerGravatar Pierre Courtieu <courtieu@lri.fr>2012-09-06 16:17:45 +0000
commit499893e8b94962c8a963d95b7144a1d0f8f33f11 (patch)
treee3eb4f2de89827cd73e5e5c7661cba3a110e2bd5 /coq/coq-db.el
parent8eab833eb7c525f7e50d6e42a6b804a7a26f1f92 (diff)
Fixed a bug with function name "eval" (end of).
Diffstat (limited to 'coq/coq-db.el')
-rw-r--r--coq/coq-db.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/coq/coq-db.el b/coq/coq-db.el
index a0d671ef..3985a588 100644
--- a/coq/coq-db.el
+++ b/coq/coq-db.el
@@ -254,13 +254,13 @@ See `coq-syntax-db' for DB structure."
"Face for names of closing tactics in proof scripts."
:group 'proof-faces)
-;;A new face for tactics which fail when they don't kill the current goal
+;;A new face for cheating tactics
(defface coq-cheat-face
(proof-face-specs
(:background "red") ; pour les fonds clairs
(:background "red") ; pour les fond foncés
()) ; pour le noir et blanc
- "Face for names of closing tactics in proof scripts."
+ "Face for names of cheating tactics in proof scripts."
:group 'proof-faces)
(defconst coq-solve-tactics-face 'coq-solve-tactics-face