aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic/proof-config.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>1999-09-23 17:06:18 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>1999-09-23 17:06:18 +0000
commitc05ed7d450a4fd5728e78cba7e85ec462a4b323a (patch)
treef6fdd9f7f4901fe967ff9985bfe9efcff60f6b55 /generic/proof-config.el
parentdc3a8a2820d90181f8df39993e500f945c01f100 (diff)
Added proof-find-theorems-command setting.
Diffstat (limited to 'generic/proof-config.el')
-rw-r--r--generic/proof-config.el10
1 files changed, 10 insertions, 0 deletions
diff --git a/generic/proof-config.el b/generic/proof-config.el
index 13f0e3ee..0a1f9fae 100644
--- a/generic/proof-config.el
+++ b/generic/proof-config.el
@@ -458,6 +458,16 @@ insert when called interactively."
:type '(choice string function)
:group 'prover-config)
+(defcustom proof-find-theorems-command nil
+ "Command to search for a theorem containing a given constant. String or fn.
+If a string, the format character `%s' will be replaced by the
+constant name. If a function, should return a command string to
+insert when called interactively."
+ :type '(choice string function)
+ :group 'prover-config)
+
+
+
;;