aboutsummaryrefslogtreecommitdiffhomepage
path: root/isa
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>1999-10-01 11:46:59 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>1999-10-01 11:46:59 +0000
commitd4cfabfdc68a98734fc8fb945fa9113078dd97e9 (patch)
tree3344743ccf26d29fc554b42dd05336bfd0fe4cd6 /isa
parent9985c079f54f45020bdd5582b120ad0283a99b60 (diff)
Renamed some configuration variables for uniformity, see CHANGES.
Diffstat (limited to 'isa')
-rw-r--r--isa/isa.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/isa/isa.el b/isa/isa.el
index 2bb32142..d84a42b5 100644
--- a/isa/isa.el
+++ b/isa/isa.el
@@ -128,11 +128,11 @@ no regular or easily discernable structure."
proof-indent-commands-regexp (proof-ids-to-regexp isa-keywords)
;; proof engine commands
- proof-prf-string "pr()"
+ proof-proof-command "pr()"
proof-goal-command "Goal \"%s\";"
proof-save-command "qed \"%s\";"
- proof-ctxt-string "ProofGeneral.show_context()"
- proof-help-string "ProofGeneral.help()"
+ proof-context-command "ProofGeneral.show_context()"
+ proof-info-command "ProofGeneral.help()"
proof-kill-goal-command "ProofGeneral.kill_goal();"
proof-find-theorems-command "ProofGeneral.thms_containing [\"%s\"]"
;; command hooks