aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/PG-adapting.texi
diff options
context:
space:
mode:
authorGravatar Hendrik Tews <hendrik@askra.de>2013-01-20 20:52:14 +0000
committerGravatar Hendrik Tews <hendrik@askra.de>2013-01-20 20:52:14 +0000
commitfcb38129563b2bacf5f597bde4444d62c3e78c92 (patch)
tree5ea2c5f9cf73808196e9c95f4251a872e381f5a2 /doc/PG-adapting.texi
parent682715a78b9434b043cf0d664ed9c030508750d5 (diff)
- implement retract from prooftree
Diffstat (limited to 'doc/PG-adapting.texi')
-rw-r--r--doc/PG-adapting.texi10
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/PG-adapting.texi b/doc/PG-adapting.texi
index a23a91e7..67248cb4 100644
--- a/doc/PG-adapting.texi
+++ b/doc/PG-adapting.texi
@@ -2740,10 +2740,12 @@ communication between Proof General and Prooftree is almost one
way only. Proof General sends proof status messages to Prooftree,
from which Prooftree reconstructs the current proof status and
the complete proof tree. Prooftree never requests additional
-information from Proof General. The only message that is sent
-from Prooftree to Proof General is a @code{stop-displaying}
-command, when the user closes the proof-tree display of the
-current proof.
+information from Proof General.
+
+There are only a few messages that Prooftree sends to Proof
+General. These messages communicate user requests to Proof
+General, for instance, when the user selects the undo menu item,
+or when he closes the Prooftree window.
The communication protocol is completely described in the
@code{ocamldoc} documentation of @code{input.ml} in the Prooftree