diff options
author | Glenn Morris <rgm@gnu.org> | 2011-10-14 00:16:56 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2011-10-14 00:16:56 -0700 |
commit | 466a320edc8304632373066a61ee9f5903aa82a1 (patch) | |
tree | 09cabc0cf082b24cfbaa09aa84728af3fd500af2 /doc/misc/ChangeLog | |
parent | 8b7a997c1a891d390b0d3e9483bf9e605fabd11a (diff) | |
download | emacs-466a320edc8304632373066a61ee9f5903aa82a1.tar.gz |
Minor rewording of some sections of the ERT manual.
* doc/misc/ert.texi (Introduction, How to Run Tests)
(Running Tests Interactively, Expected Failures)
(Tests and Their Environment, Useful Techniques)
(Interactive Debugging, Fixtures and Test Suites):
Minor rephrasings.
(Running Tests Interactively, The @code{should} Macro): Add xrefs.
(Running Tests in Batch Mode): Simplify loading instructions.
(Test Selectors): Clarify some selectors.
(Expected Failures, Useful Techniques):
Make examples fit in 80 columns.
Remove unused "LocalWords".
Diffstat (limited to 'doc/misc/ChangeLog')
-rw-r--r-- | doc/misc/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 294c6472000..02c2d2b8750 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,3 +1,16 @@ +2011-10-14 Glenn Morris <rgm@gnu.org> + + * ert.texi (Introduction, How to Run Tests) + (Running Tests Interactively, Expected Failures) + (Tests and Their Environment, Useful Techniques) + (Interactive Debugging, Fixtures and Test Suites): + Minor rephrasings. + (Running Tests Interactively, The @code{should} Macro): Add xrefs. + (Running Tests in Batch Mode): Simplify loading instructions. + (Test Selectors): Clarify some selectors. + (Expected Failures, Useful Techniques): + Make examples fit in 80 columns. + 2011-10-13 Jay Belanger <jay.p.belanger@gmail.com> * calc.texi (Basic Operations on Units): Discuss temperature |