aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2014-10-03 15:31:32 +0200
committerGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2014-10-03 15:31:32 +0200
commit4e5653f795b68ef30a4f365cdc9a9cc596f912ba (patch)
tree6337a6fb2e810e9e733f55458d22522d97d7e4ae
parent9a82982c1eb8cb1d6a61d3d497d669591fb68747 (diff)
Removing deactivated command Show Tree.
-rw-r--r--doc/refman/RefMan-pro.tex24
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/refman/RefMan-pro.tex b/doc/refman/RefMan-pro.tex
index 3e72816db..ab2fcb802 100644
--- a/doc/refman/RefMan-pro.tex
+++ b/doc/refman/RefMan-pro.tex
@@ -328,18 +328,18 @@ This command displays the current goals.
This tactics script may contain some holes (subgoals not yet proved).
They are printed under the form \verb!<Your Tactic Text here>!.
-\item {\tt Show Tree.}\comindex{Show Tree}\\
-This command can be seen as a more structured way of
-displaying the state of the proof than that
-provided by {\tt Show Script}. Instead of just giving
-the list of tactics that have been applied, it
-shows the derivation tree constructed by then.
-Each node of the tree contains the conclusion
-of the corresponding sub-derivation (i.e. a
-goal with its corresponding local context) and
-the tactic that has generated all the
-sub-derivations. The leaves of this tree are
-the goals which still remain to be proved.
+%% \item {\tt Show Tree.}\comindex{Show Tree}\\
+%% This command can be seen as a more structured way of
+%% displaying the state of the proof than that
+%% provided by {\tt Show Script}. Instead of just giving
+%% the list of tactics that have been applied, it
+%% shows the derivation tree constructed by then.
+%% Each node of the tree contains the conclusion
+%% of the corresponding sub-derivation (i.e. a
+%% goal with its corresponding local context) and
+%% the tactic that has generated all the
+%% sub-derivations. The leaves of this tree are
+%% the goals which still remain to be proved.
%\item {\tt Show Node}\comindex{Show Node}\\
% Not yet documented