aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornarboux2003-12-18 17:34:31 +0000
committernarboux2003-12-18 17:34:31 +0000
commitf3b385a202884424082ad7f1349b49a5147493a1 (patch)
tree282e7e2fd3d8567f848bd0fabe1a2d69ef454be1
parent39d9744b0c48b0a263c904a67435fa1c38a26e0b (diff)
doc proof with
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8411 85f007b7-540e-0410-9357-904b9bb8a0f7
-rwxr-xr-xdoc/RefMan-pro.tex6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/RefMan-pro.tex b/doc/RefMan-pro.tex
index 0f94da1c61..bc5b61fece 100755
--- a/doc/RefMan-pro.tex
+++ b/doc/RefMan-pro.tex
@@ -136,10 +136,14 @@ This command applies in proof editing mode. It is equivalent to {\tt
one gulp, as a proof term (see section \ref{exact}).
\begin{Variants}
-\item{\tt Proof.} is a noop which is useful to delimit the sequence of
+\item{\tt Proof.}\\
+Is a noop which is useful to delimit the sequence of
tactic commands which start a proof, after a {\tt Theorem} command.
It is a good practice to use {\tt Proof.} as an opening parenthesis,
closed in the script with a closing {\tt Qed.}
+\item{\tt Proof with {\tac}.}\\
+This command may be used to start a proof. It defines a default tactic to be used each time a tactic command is ended by ``\verb#...#''. In this case the tactic command typed by the user is equivalent to \emph{command};{\tac}.
+
\end{Variants}
\subsection{\tt Abort.}\comindex{Abort}