mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-02 08:22:22 +00:00
* doc/misc/ert.texi: Add a titlepage. Use @insertcopying.
This commit is contained in:
parent
fdf52fd4f6
commit
33306400fb
@ -1,5 +1,7 @@
|
||||
2014-01-03 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* ert.texi: Add a titlepage. Use @insertcopying.
|
||||
|
||||
* calc.texi (Top): Use @top rather than @chapter.
|
||||
|
||||
2014-01-03 Aidan Gauland <aidalgol@amuri.net>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user