aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/refman/RefMan-tac.tex
diff options
context:
space:
mode:
authorGravatar Pierre Boutillier <pierre.boutillier@ens-lyon.org>2014-04-01 14:43:21 +0200
committerGravatar Pierre Boutillier <pierre.boutillier@ens-lyon.org>2014-04-02 11:25:00 +0200
commit98c1d1d8f37dbede1483a983e54ab91058f0c37a (patch)
tree396b9e0baf6a768ec37c7d81506f1ef01121211b /doc/refman/RefMan-tac.tex
parentc3feef4ed5dec126f1144dec91eee9c0f0522a94 (diff)
Fix Bug 3131 + Really drop mentions of info in refman.
Diffstat (limited to 'doc/refman/RefMan-tac.tex')
-rw-r--r--doc/refman/RefMan-tac.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/refman/RefMan-tac.tex b/doc/refman/RefMan-tac.tex
index e318446a4..89d8df473 100644
--- a/doc/refman/RefMan-tac.tex
+++ b/doc/refman/RefMan-tac.tex
@@ -3589,7 +3589,7 @@ Hint Extern 5 ({?X1 = ?X2} + {?X1 <> ?X2}) =>
generalize X1, X2; decide equality : eqdec.
Goal
forall a b:list (nat * nat), {a = b} + {a <> b}.
-info auto with eqdec.
+info_auto with eqdec.
\end{coq_example}
\begin{coq_eval}
Abort.