diff options
author | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2003-08-04 15:03:55 +0000 |
---|---|---|
committer | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2003-08-04 15:03:55 +0000 |
commit | 2749f4b0fdf26cd298af4217d884246803f899e4 (patch) | |
tree | f4ff814c40d3abfe53928f5a45ccbfda60ad450e /doc/RefMan-oth.tex | |
parent | 9d4f34feb780527c2adc7575f785391b35413fcc (diff) |
Orthographe, orthodoxie
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8338 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'doc/RefMan-oth.tex')
-rw-r--r-- | doc/RefMan-oth.tex | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/RefMan-oth.tex b/doc/RefMan-oth.tex index 9017bbd15..57acfa3c4 100644 --- a/doc/RefMan-oth.tex +++ b/doc/RefMan-oth.tex @@ -616,18 +616,18 @@ skipped. They are not printed and the user must not give them. To show what are the implicit arguments associated to a declaration {\qualid}, use \texttt{Print \qualid}. You can change the implicit arguments of a specific declaration by using the command -\texttt{Implicits} (see section \ref{Implicits}). You can explicitely +\texttt{Implicits} (see section \ref{Implicits}). You can explicitly give an argument which otherwise should be implicit by using the symbol \verb=!= (see section \ref{Implicits-explicitation}). To set the implicit argument mode off, use {\tt Unset Implicit Arguments.} -\begin{Variants} -\item {\tt Implicit Arguments On.}\comindex{Implicit Arguments On}\\ -This is a deprecated equivalent to {\tt Set Implicit Arguments.} -\item {\tt Implicit Arguments Off.}\comindex{Implicit Arguments Off}\\ -This is a deprecated equivalent to {\tt Unset Implicit Arguments.} -\end{Variants} +% \begin{Variants} +% \item {\tt Implicit Arguments On.}\comindex{Implicit Arguments On}\\ +% This is a deprecated equivalent to {\tt Set Implicit Arguments.} +% \item {\tt Implicit Arguments Off.}\comindex{Implicit Arguments Off}\\ +% This is a deprecated equivalent to {\tt Unset Implicit Arguments.} +% \end{Variants} \SeeAlso section \ref{Auto-implicit} |