diff options
author | jforest <jforest@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2006-06-12 17:00:50 +0000 |
---|---|---|
committer | jforest <jforest@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2006-06-12 17:00:50 +0000 |
commit | 1aaf8963f655ce8d81ca9e30ddde4334a8cc1987 (patch) | |
tree | 76295a4db83d89c6b59dcf6beff53fd4fa11709b | |
parent | d47db577e2684f354819be7b78e1ad7191987734 (diff) |
Typo in replace doc.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8951 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r-- | doc/refman/RefMan-tac.tex | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/refman/RefMan-tac.tex b/doc/refman/RefMan-tac.tex index 0c60a4ea7..dce70c666 100644 --- a/doc/refman/RefMan-tac.tex +++ b/doc/refman/RefMan-tac.tex @@ -1555,12 +1555,11 @@ n}| assumption || symmetry; try assumption]}. % \item \errindex{Nothing to rewrite in {\ident}} % \end{ErrMsgs} -\item {\tt replace {\term$_1$} with {\term$_2$} by \tac} This acts as +\item {\tt replace {\term$_1$} with {\term$_2$} by \tac}\\ This acts as {\tt replace {\term$_1$} with {\term$_2$}} but try to solve the generated subgoal {\tt \term$_2$=\term$_1$} using {\tt \tac}. -\item {\tt replace {\term$_1$} with {\term$_2$} in \ident by \tac} This acts as - {\tt replace {\term$_1$} with {\term$_2$} in \ident} but try to solve the - generated subgoal {\tt \term$_2$=\term$_1$} using {\tt \tac}. +\item {\tt replace {\term$_1$} with {\term$_2$} in \ident by \tac}\\ + This acts as {\tt replace {\term$_1$} with {\term$_2$} in \ident} but try to solve the generated subgoal {\tt \term$_2$=\term$_1$} using {\tt \tac}. \end{Variants} \subsection{\tt reflexivity |