diff options
Diffstat (limited to 'isar')
| -rw-r--r-- | isar/isar.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/isar/isar.el b/isar/isar.el index 0b01bd34..1c529bc3 100644 --- a/isar/isar.el +++ b/isar/isar.el @@ -158,11 +158,11 @@ proof-save-with-hole-regexp isar-save-with-hole-regexp proof-indent-commands-regexp isar-indent-regexp ;; proof engine commands - proof-prf-string "pr" + proof-proof-command "pr" proof-goal-command "lemma \"%s\";" proof-save-command "qed" - proof-ctxt-string "print_context" - proof-help-string "help" + proof-context-command "print_context" + proof-info-command "help" proof-kill-goal-command "kill_proof;" proof-find-theorems-command "thms_containing %s;" ;; command hooks |
