aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Aspinall1999-11-16 21:01:50 +0000
committerDavid Aspinall1999-11-16 21:01:50 +0000
commitde4e4aa641e8782f7a88d402ab380d4d94f4ef96 (patch)
treee3507597664fe83d6c4160017f67a628a80f2f5c
parent71b7ce9847b79c7ea83f8ed6a0aeebf4ab8d6103 (diff)
Fix type of proof-completed-proof-behaviour.
-rw-r--r--generic/proof-config.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/generic/proof-config.el b/generic/proof-config.el
index 023bbf2f..2bf24661 100644
--- a/generic/proof-config.el
+++ b/generic/proof-config.el
@@ -849,7 +849,11 @@ There is no built-in understanding of the undo behaviour of nested
proofs; instead there is some support for un-nesting nested proofs in
the proof-lift-global mechanism. Of course, this is risky because of
nested contexts!"
- :type 'boolean
+ :type '(choice
+ (const :tag "Close on save only" nil)
+ (const :tag "Close next command" closeany)
+ (const :tag "Close next goal" closegoal)
+ (const :tag "Extend" ignore))
:group 'proof-script)
(defcustom proof-lift-global nil