aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDavid Aspinall2001-09-24 10:37:01 +0000
committerDavid Aspinall2001-09-24 10:37:01 +0000
commit84b2fd64f13c671ecc5f2fcd02d6fbbfe84c6347 (patch)
tree94b4291e814e3b2148ba963745c6479c8d6d5e46 /doc
parentf8e564ce6077cae4248e6fb7824901040929e5a5 (diff)
Update magic
Diffstat (limited to 'doc')
-rw-r--r--doc/PG-adapting.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/PG-adapting.texi b/doc/PG-adapting.texi
index 08bb5b37..85531fb3 100644
--- a/doc/PG-adapting.texi
+++ b/doc/PG-adapting.texi
@@ -515,19 +515,19 @@ Suggestion: this can be set in the script mode configuration.
@defvar proof-mode-for-shell
Mode for proof shell buffers.@*
Usually customised for specific prover.
-Suggestion: this can be set a function called by @samp{pre-shell-start-hook}.
+Suggestion: this can be set a function called by @samp{@code{proof-pre-shell-start-hook}}.
@end defvar
@c TEXI DOCSTRING MAGIC: proof-mode-for-response
@defvar proof-mode-for-response
Mode for proof response buffer.@*
Usually customised for specific prover.
-Suggestion: this can be set a function called by @samp{pre-shell-start-hook}.
+Suggestion: this can be set a function called by @samp{@code{proof-pre-shell-start-hook}}.
@end defvar
@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}.
+Suggestion: this can be set a function called by @samp{@code{proof-pre-shell-start-hook}}.
@end defvar
@node Menus and toolbar and user-level commands
@@ -1331,7 +1331,7 @@ NB: terminator not added to command.
@c TEXI DOCSTRING MAGIC: proof-shell-stop-silent-cmd
@defvar proof-shell-stop-silent-cmd
-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 @code{proof-shell-start-silent-cmd}.