aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2001-09-24 10:35:56 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2001-09-24 10:35:56 +0000
commite839ded48231aeb8c72160e72aeadde3eb939002 (patch)
tree5928426de10ed66af69a20b4d7409059c5752901
parent5e025207c2c00d4bd0dbde91403627cb8b89713c (diff)
Fix error in docs of stop-silent-command, and name of pre-shell-start-hook.
-rw-r--r--generic/proof-config.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/generic/proof-config.el b/generic/proof-config.el
index 9b87945c..5af17f65 100644
--- a/generic/proof-config.el
+++ b/generic/proof-config.el
@@ -596,21 +596,21 @@ Warning messages can come from proof assistant or from Proof General itself."
(defcustom proof-mode-for-shell 'proof-shell-mode
"Mode for proof shell buffers.
Usually customised for specific prover.
-Suggestion: this can be set a function called by `pre-shell-start-hook'."
+Suggestion: this can be set a function called by `proof-pre-shell-start-hook'."
:type 'function
:group 'prover-config)
(defcustom proof-mode-for-response 'proof-response-mode
"Mode for proof response buffer.
Usually customised for specific prover.
-Suggestion: this can be set a function called by `pre-shell-start-hook'."
+Suggestion: this can be set a function called by `proof-pre-shell-start-hook'."
:type 'function
:group 'prover-config)
(defcustom proof-mode-for-goals 'proof-goals-mode
"Mode for proof state display buffers.
Usually customised for specific prover.
-Suggestion: this can be set a function called by `pre-shell-start-hook'."
+Suggestion: this can be set a function called by `proof-pre-shell-start-hook'."
:type 'function
:group 'prover-config)
@@ -1481,7 +1481,7 @@ NB: terminator not added to command."
:group 'proof-shell)
(defcustom proof-shell-stop-silent-cmd nil
- "Command to turn prover output off.
+ "Command to turn prover output on.
If non-nil, Proof General will automatically issue this command
to help speed up processing of long proof scripts.
See also proof-shell-start-silent-cmd.