aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2006-05-05 13:21:25 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2006-05-05 13:21:25 +0000
commit356056b7d6feadbe2ffbcde3865f7bc9e3388874 (patch)
tree36c0f7eb6f932356713bf7eee88bea7d0bafcce6
parentbd445aa10dad55f75dc70e17fa6a596acddddf86 (diff)
Correction comportement clause _ du match goal
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8790 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--doc/refman/RefMan-ltac.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/refman/RefMan-ltac.tex b/doc/refman/RefMan-ltac.tex
index eced8099a..de9897c41 100644
--- a/doc/refman/RefMan-ltac.tex
+++ b/doc/refman/RefMan-ltac.tex
@@ -539,8 +539,8 @@ is applied.
\ErrMsg \errindex{No matching clauses for match goal}
- No goal pattern can be used and, in particular, there is no {\tt
- \_} goal pattern.
+No clause succeeds, i.e. all matching patterns, if any,
+fail at the application of the right-hand-side.
\medskip