From 96516981701fab9bb18bb47830e0feca26659f64 Mon Sep 17 00:00:00 2001 From: barras Date: Tue, 6 Apr 2004 22:41:00 +0000 Subject: clauses git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8542 85f007b7-540e-0410-9357-904b9bb8a0f7 --- doc/RefMan-tac.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/RefMan-tac.tex b/doc/RefMan-tac.tex index 65efb1709c..2f7a66fc88 100644 --- a/doc/RefMan-tac.tex +++ b/doc/RefMan-tac.tex @@ -681,11 +681,11 @@ The syntax and description of the various clauses follows: \item[\texttt{in * |-}] in every hypothesis \item[\texttt{in *}] (equivalent to \texttt{in * |- *}) everywhere \item[\texttt{in (type of H$_1$) (value of H$_2$) $\ldots$ |-}] in - type part of $H_1$ in the value part of $H_2$, etc. + type part of $H_1$, in the value part of $H_2$, etc. \end{description} For backward compatibility, the notation \texttt{in}~$H_1\ldots H_n$ -performs the conversion in hypothesis $H_1\ldots H_n$. +performs the conversion in hypotheses $H_1\ldots H_n$. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %voir reduction__conv_x : histoires d'univers. -- cgit v1.2.3