diff options
| author | barras | 2003-10-20 10:08:51 +0000 |
|---|---|---|
| committer | barras | 2003-10-20 10:08:51 +0000 |
| commit | bba1bdbe36d454ffb387e182998ccf174d177628 (patch) | |
| tree | 789acbd737b0cd21080de1d60b0f73b2a3df12ef /doc/memo-v8.tex | |
| parent | 7c58006651a73c74bbb5564ee79d9ff8d59eb3d8 (diff) | |
*** empty log message ***
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4675 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'doc/memo-v8.tex')
| -rw-r--r-- | doc/memo-v8.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/memo-v8.tex b/doc/memo-v8.tex index 23e5b67082..8d116de26f 100644 --- a/doc/memo-v8.tex +++ b/doc/memo-v8.tex @@ -257,7 +257,7 @@ occurence numbers of this term, the occurence numbers are put after the term itself. This applies to tactic \TERM{pattern} and also \TERM{unfold} \begin{transbox} -\TRANS{Pattern 1 2 (f x) 3 4 d}{pattern (f x) 1 2, d 3 4} +\TRANS{Pattern 1 2 (f x) 3 4 d y z}{pattern (f x at 1 2) (d at 3 4) y z} \end{transbox} \section{Main changes in vernacular commands w.r.t. V7} |
