diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 13bcdb7600e..9eb485e1dad 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,5 +1,7 @@ 2014-01-03 Glenn Morris + * ert.texi: Add a titlepage. Use @insertcopying. + * calc.texi (Top): Use @top rather than @chapter. 2014-01-03 Aidan Gauland diff --git a/doc/misc/ert.texi b/doc/misc/ert.texi index c9642747528..3faceafc312 100644 --- a/doc/misc/ert.texi +++ b/doc/misc/ert.texi @@ -25,9 +25,21 @@ modify this GNU manual.'' @end quotation @end copying +@titlepage +@title Emacs Lisp Regression Testing +@page +@vskip 0pt plus 1filll +@insertcopying +@end titlepage + +@contents + +@ifnottex @node Top @top ERT: Emacs Lisp Regression Testing +@insertcopying + ERT is a tool for automated testing in Emacs Lisp. Its main features are facilities for defining tests, running them and reporting the results, and for debugging test failures interactively. @@ -85,6 +97,7 @@ Appendix @end detailmenu @end menu +@end ifnottex @node Introduction @chapter Introduction