diff options
| author | David Aspinall | 1999-10-01 11:46:59 +0000 |
|---|---|---|
| committer | David Aspinall | 1999-10-01 11:46:59 +0000 |
| commit | d4cfabfdc68a98734fc8fb945fa9113078dd97e9 (patch) | |
| tree | 3344743ccf26d29fc554b42dd05336bfd0fe4cd6 /coq | |
| parent | 9985c079f54f45020bdd5582b120ad0283a99b60 (diff) | |
Renamed some configuration variables for uniformity, see CHANGES.
Diffstat (limited to 'coq')
| -rw-r--r-- | coq/coq.el | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -425,13 +425,13 @@ (setq proof-guess-command-line 'coq-guess-command-line) ;; Commands sent to proof engine - (setq proof-prf-string "Show" - proof-ctxt-string "Print All" + (setq proof-proof-command "Show" + proof-context-command "Print All" 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-info-command "Help" proof-kill-goal-command coq-kill-goal-command) (setq proof-goal-command-p 'coq-goal-command-p |
