diff options
| author | letouzey | 2012-03-23 16:49:47 +0000 |
|---|---|---|
| committer | letouzey | 2012-03-23 16:49:47 +0000 |
| commit | 3d1124c0acc9a126624a4ea6e71116fa8959b06b (patch) | |
| tree | 34629bc296668a9ddb3e0744e60dcb9947e2f8d5 /doc | |
| parent | d1085fdbd8b9f64ec8d3f2c49b143004ea86a5ed (diff) | |
Remove old proof-managment commands Suspend/Resume
There're not compatible with the current Backtrack mecanism used
both by ProofGeneral and CoqIDE.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15083 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/refman/RefMan-oth.tex | 4 | ||||
| -rw-r--r-- | doc/refman/RefMan-pro.tex | 32 |
2 files changed, 1 insertions, 35 deletions
diff --git a/doc/refman/RefMan-oth.tex b/doc/refman/RefMan-oth.tex index 5b1ad1981b..e79245b0e0 100644 --- a/doc/refman/RefMan-oth.tex +++ b/doc/refman/RefMan-oth.tex @@ -836,9 +836,7 @@ and we want to backtrack to a state labeled by: We have to perform \verb!Backtrack 32 12 2! , i.e. perform 2 \texttt{Abort}s (to cancel goal4 and goal3), then rewind proof until -state 12 and finally go back to environment state 32. Notice that this -supposes that proofs are nested in a regular way (no \texttt{Resume} or -\texttt{Suspend} commands). +state 12 and finally go back to environment state 32. \begin{Variants} \item {\tt BackTo n}. \comindex{BackTo}\\ diff --git a/doc/refman/RefMan-pro.tex b/doc/refman/RefMan-pro.tex index 4fa845310c..884a1e6e72 100644 --- a/doc/refman/RefMan-pro.tex +++ b/doc/refman/RefMan-pro.tex @@ -34,9 +34,6 @@ isomorphism} \cite{How80,Bar91,Gir89,Hue89}, \Coq~ stores proofs as terms of {\sc Cic}. Those terms are called {\em proof terms}\index{Proof term}. -It is possible to edit several proofs in parallel: see Section -\ref{Resume}. - \ErrMsg When one attempts to use a proof editing command out of the proof editing mode, \Coq~ raises the error message : \errindex{No focused proof}. @@ -174,35 +171,6 @@ proof was edited. \end{Variants} %%%% -\subsection[\tt Suspend.]{\tt Suspend.\comindex{Suspend}} - -This command applies in proof editing mode. It switches back to the -\Coq\ toplevel, but without canceling the current proofs. - -%%%% -\subsection[\tt Resume.]{\tt Resume.\comindex{Resume}\label{Resume}} - -This commands switches back to the editing of the last edited proof. - -\begin{ErrMsgs} -\item \errindex{No proof-editing in progress} -\end{ErrMsgs} - -\begin{Variants} - -\item {\tt Resume {\ident}.} - - Restarts the editing of the proof named {\ident}. This can be used - to navigate between currently edited proofs. - -\end{Variants} - -\begin{ErrMsgs} -\item \errindex{No such proof} -\end{ErrMsgs} - - -%%%% \subsection[\tt Existential {\num} := {\term}.]{\tt Existential {\num} := {\term}.\comindex{Existential} \label{Existential}} |
