aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>1999-10-01 10:22:56 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>1999-10-01 10:22:56 +0000
commit659646acf6c78bf1975cd1032b822d4a6179637e (patch)
treeab51505cf4abd72de8034b9bee3796bebd175c7e /coq
parente913056f6cc7b0d0eb579ca5cd58647782cf6ab7 (diff)
Disable proof-help-string, was set to an invalid command.
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