aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2000-04-07 17:32:31 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2000-04-07 17:32:31 +0000
commit7dfd095271b869ecaa23d206877da4b770ada8cb (patch)
tree4447db5b91dd8fc8d51743326bd359cb6c8a6376 /doc
parent4a2cfd1001b0f635d9c3ccdfcb46a1836aac981c (diff)
mode-for-pbp -> mode-for-goals
Diffstat (limited to 'doc')
-rw-r--r--doc/ProofGeneral.texi15
1 files changed, 8 insertions, 7 deletions
diff --git a/doc/ProofGeneral.texi b/doc/ProofGeneral.texi
index 60ae9ef9..0083a54c 100644
--- a/doc/ProofGeneral.texi
+++ b/doc/ProofGeneral.texi
@@ -3520,8 +3520,8 @@ Mode for proof response buffer.@*
Usually customised for specific prover.
Suggestion: this can be set a function called by @samp{pre-shell-start-hook}.
@end defvar
-@c TEXI DOCSTRING MAGIC: proof-mode-for-pbp
-@defvar proof-mode-for-pbp
+@c TEXI DOCSTRING MAGIC: proof-mode-for-goals
+@defvar proof-mode-for-goals
Mode for proof state display buffers.@*
Usually customised for specific prover.
Suggestion: this can be set a function called by @samp{pre-shell-start-hook}.
@@ -3545,7 +3545,9 @@ Command to display the context in proof assistant.
@end defvar
@c TEXI DOCSTRING MAGIC: proof-info-command
@defvar proof-info-command
-Command to ask for help or information in the proof assistant.
+Command to ask for help or information in the proof assistant.@*
+String or fn. If a string, the command to use.
+If a function, it should return the command string to insert.
@end defvar
@c TEXI DOCSTRING MAGIC: proof-showproof-command
@defvar proof-showproof-command
@@ -3567,9 +3569,8 @@ If a function, it should return the command string to insert.
@end defvar
@c TEXI DOCSTRING MAGIC: proof-find-theorems-command
@defvar proof-find-theorems-command
-Command to search for a theorem containing a given constant. String or fn.@*
-If a string, the format character @samp{%s} will be replaced by the
-constant name.
+Command to search for a theorem containing a given term. String or fn.@*
+If a string, the format character @samp{%s} will be replaced by the term.
If a function, it should return the command string to insert.
@end defvar
@@ -4223,7 +4224,7 @@ shell variables:
@code{proof-prog-name}
@code{proof-mode-for-shell}
@code{proof-mode-for-response}
- @code{proof-mode-for-pbp}
+ @code{proof-mode-for-goals}
@end lisp
This is the bare minimum needed to get a shell buffer and
its friends configured in the function @code{proof-shell-start}.