aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>1999-09-13 14:03:15 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>1999-09-13 14:03:15 +0000
commit170e4842b1f8d9975588162a7e63985d53921022 (patch)
tree5b749f7e97e57a428d723d8b198638e1ac0c01ba /generic
parent8e2ac5e8a86a333289c4878c791a97d93337e84b (diff)
docstring improvements for proof-guess-command-name
Diffstat (limited to 'generic')
-rw-r--r--generic/proof-config.el11
1 files changed, 7 insertions, 4 deletions
diff --git a/generic/proof-config.el b/generic/proof-config.el
index d05d0696..b31bd1d3 100644
--- a/generic/proof-config.el
+++ b/generic/proof-config.el
@@ -73,7 +73,8 @@
(defcustom proof-prog-name-guess nil
"*If non-nil, use `proof-guess-command-line' to guess proof-prog-name.
-This option is compatible with proof-prog-name-ask."
+This option is compatible with proof-prog-name-ask.
+No effect if proof-guess-command-line is nil."
:type 'boolean
:group 'proof-general)
@@ -404,9 +405,11 @@ Suggestion: this can be set in the script mode configuration."
:group 'prover-config)
(defcustom proof-guess-command-line nil
- "Function that takes a filename as argument, runs `make -n' and
- translates the result into an invocation of the proof assistant
- with the same command line options"
+ "Function to guess command line for proof assistant, given a filename.
+The function could take a filename as argument, run `make -n' to see
+how to compile the file non-interactively, then translate the result
+into an interactive invocation of the proof assistant with the same
+command line options. For an example, see coq/coq.el."
:type 'function
:group 'prover-config)