aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2014-01-02 19:00:39 -0800
committerGlenn Morris2014-01-02 19:00:39 -0800
commit33306400fb40555f666b2064e09b331e3a41c244 (patch)
treeba44195d8899d6de5c439b26269b1143a87d0dda
parentfdf52fd4f64d827c3e6c414b09ada7b323f37715 (diff)
downloademacs-33306400fb40555f666b2064e09b331e3a41c244.tar.gz
emacs-33306400fb40555f666b2064e09b331e3a41c244.zip
* doc/misc/ert.texi: Add a titlepage. Use @insertcopying.
-rw-r--r--doc/misc/ChangeLog2
-rw-r--r--doc/misc/ert.texi13
2 files changed, 15 insertions, 0 deletions
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 @@
12014-01-03 Glenn Morris <rgm@gnu.org> 12014-01-03 Glenn Morris <rgm@gnu.org>
2 2
3 * ert.texi: Add a titlepage. Use @insertcopying.
4
3 * calc.texi (Top): Use @top rather than @chapter. 5 * calc.texi (Top): Use @top rather than @chapter.
4 6
52014-01-03 Aidan Gauland <aidalgol@amuri.net> 72014-01-03 Aidan Gauland <aidalgol@amuri.net>
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.''
25@end quotation 25@end quotation
26@end copying 26@end copying
27 27
28@titlepage
29@title Emacs Lisp Regression Testing
30@page
31@vskip 0pt plus 1filll
32@insertcopying
33@end titlepage
34
35@contents
36
37@ifnottex
28@node Top 38@node Top
29@top ERT: Emacs Lisp Regression Testing 39@top ERT: Emacs Lisp Regression Testing
30 40
41@insertcopying
42
31ERT is a tool for automated testing in Emacs Lisp. Its main features 43ERT is a tool for automated testing in Emacs Lisp. Its main features
32are facilities for defining tests, running them and reporting the 44are facilities for defining tests, running them and reporting the
33results, and for debugging test failures interactively. 45results, and for debugging test failures interactively.
@@ -85,6 +97,7 @@ Appendix
85 97
86@end detailmenu 98@end detailmenu
87@end menu 99@end menu
100@end ifnottex
88 101
89@node Introduction 102@node Introduction
90@chapter Introduction 103@chapter Introduction