aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDavid Aspinall1999-10-06 10:44:39 +0000
committerDavid Aspinall1999-10-06 10:44:39 +0000
commit59671e6efc4992445fe8ce4e05f70470828b3d64 (patch)
treed72032639009c54d3783a5aba079c1e073fadd4e /doc
parenta002dbc150cd76d6cb9cdbaba17f129e3b5bc001 (diff)
proof-try-command is deprecated
Diffstat (limited to 'doc')
-rw-r--r--doc/ProofGeneral.texi17
1 files changed, 0 insertions, 17 deletions
diff --git a/doc/ProofGeneral.texi b/doc/ProofGeneral.texi
index 2b005810..d140173f 100644
--- a/doc/ProofGeneral.texi
+++ b/doc/ProofGeneral.texi
@@ -1128,8 +1128,6 @@ from a proof script. Here are the keybindings and functions.
@code{proof-help}
@item C-c C-c
@code{proof-interrupt-process}
-@item C-c t
-@code{proof-try-command}
@item C-c C-v
@code{proof-execute-minibuffer-cmd}
@item C-c C-f
@@ -1167,21 +1165,6 @@ Issues a command based on @var{arg} to the assistant, using @code{proof-find-the
The user is prompted for an argument.
@end deffn
-
-@c TEXI DOCSTRING MAGIC: proof-try-command
-@deffn Command proof-try-command &optional unclosed-comment-fun
-Process the command at point, but don't add it to the locked region.
-
-Supplied to let the user to test the types and values of
-expressions. Checks via the function @code{proof-state-preserving-p} that the
-command won't change the proof state, but this isn't guaranteed to be
-foolproof and may cause Proof General to lose sync with the prover.
-
-Default action if inside a comment is just to go until the start of
-the comment. If you want something different, put it inside
-@var{unclosed-comment-fun}.
-@end deffn
-
@c TEXI DOCSTRING MAGIC: proof-execute-minibuffer-cmd
@deffn Command proof-execute-minibuffer-cmd
Prompt for a command in the minibuffer and send it to proof assistant.@*