diff options
| author | herbelin | 2010-06-10 19:29:07 +0000 |
|---|---|---|
| committer | herbelin | 2010-06-10 19:29:07 +0000 |
| commit | d59dc298efe43b61cc72ae85eeade9b2402774d9 (patch) | |
| tree | d5c8ced9c460501785f2fce8e23dc26abbe4c700 | |
| parent | 5ec6f9c21e446b869a11320b69bfdd51f204c691 (diff) | |
Fixed a very old (from V6.3) typo in headers.sty
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13110 85f007b7-540e-0410-9357-904b9bb8a0f7
| -rw-r--r-- | doc/refman/headers.sty | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/refman/headers.sty b/doc/refman/headers.sty index bc5f5c6c3f..aaefc1fab9 100644 --- a/doc/refman/headers.sty +++ b/doc/refman/headers.sty @@ -41,7 +41,7 @@ Vernacular Commands Index} \newindex{error}{erridx}{errind}{% \protect\setheaders{Index of Error Messages}% -\protect\addcontentsline{toc}{chapter}{Index of Error Messages}Index of Error Messages} +\protect\addcontentsline{toc}{chapter}{Index of Error Messages}{Index of Error Messages} \renewindex{default}{idx}{ind}{% \protect\addcontentsline{toc}{chapter}{Global Index}% |
