diff options
| author | David Aspinall | 2002-08-08 21:49:20 +0000 |
|---|---|---|
| committer | David Aspinall | 2002-08-08 21:49:20 +0000 |
| commit | f3c331b28eb79a08131df723444eb0ebfc7452c2 (patch) | |
| tree | 5bde7a535ba062f56c8445ed49e5c82c8e6e2112 /generic/proof-config.el | |
| parent | 04b55ba97d2942875e888fe72af713cce6568fb2 (diff) | |
Generalise proof elements to include comments, show/hiding of comments.
Diffstat (limited to 'generic/proof-config.el')
| -rw-r--r-- | generic/proof-config.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/generic/proof-config.el b/generic/proof-config.el index f88ac91c..9e85b866 100644 --- a/generic/proof-config.el +++ b/generic/proof-config.el @@ -722,8 +722,6 @@ If a function, it should return the command string to insert." proof-find-theorems-command) (command "Issue Command" "Issue a non-scripting command" t) (interrupt "Interrupt Prover" "Interrupt the proof assistant (warning: may break synchronization)" t) - (show "Show Proofs" nil t) - (hide "Hide Proofs" nil t) (info nil "Show online proof assistant information" t proof-info-command) (help nil "Proof General manual" t)) |
