aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq
diff options
context:
space:
mode:
Diffstat (limited to 'coq')
-rw-r--r--coq/coq.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/coq/coq.el b/coq/coq.el
index ca0f11cb..4e6767f2 100644
--- a/coq/coq.el
+++ b/coq/coq.el
@@ -427,10 +427,11 @@
;; Commands sent to proof engine
(setq proof-prf-string "Show"
proof-ctxt-string "Print All"
- proof-help-string "Help"
proof-goal-command "Goal %s."
proof-save-command "Save %s."
proof-find-theorems-command "Search %s."
+;; FIXME da: Does Coq have a help or about command?
+;; proof-help-string "Help"
proof-kill-goal-command coq-kill-goal-command)
(setq proof-goal-command-p 'coq-goal-command-p