aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic/proof-config.el
diff options
context:
space:
mode:
Diffstat (limited to 'generic/proof-config.el')
-rw-r--r--generic/proof-config.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/proof-config.el b/generic/proof-config.el
index c02d23da..1f85a377 100644
--- a/generic/proof-config.el
+++ b/generic/proof-config.el
@@ -841,7 +841,8 @@ The engine matches interrupts before errors."
:group 'proof-shell)
(defcustom proof-shell-proof-completed-regexp nil
- "Regexp matching output indicating a finished proof."
+ "Regexp matching output indicating a finished proof.
+Match number 1 should be the response text."
:type 'regexp
:group 'proof-shell)