Mercurial > hg > xemacs-beta
changeset 967:a306b7c7742d
[xemacs-hg @ 2002-08-16 14:10:46 by stephent]
Silly texinfo typo
author | stephent |
---|---|
date | Fri, 16 Aug 2002 14:10:53 +0000 |
parents | fc4a2ec67ea2 |
children | 715eed24e30e |
files | man/ChangeLog man/internals/internals.texi |
diffstat | 2 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/man/ChangeLog Fri Aug 16 12:40:52 2002 +0000 +++ b/man/ChangeLog Fri Aug 16 14:10:53 2002 +0000 @@ -1,3 +1,7 @@ +2002-08-16 Stephen J. Turnbull <stephen@xemacs.org> + + * internals/internals.texi (Regression Testing XEmacs): Fix typo. + 2002-08-15 Stephen J. Turnbull <stephen@xemacs.org> * internals/internals.texi (GCPROing): Add comment on GCPRO.
--- a/man/internals/internals.texi Fri Aug 16 12:40:52 2002 +0000 +++ b/man/internals/internals.texi Fri Aug 16 14:10:53 2002 +0000 @@ -3453,7 +3453,7 @@ @example $ xemacs -batch -l test-harness.elc -f batch-test-emacs TEST-FILE -@end{example} +@end example If something goes wrong, you can run the test suite interactively by loading @file{test-harness.el} into a running XEmacs and typing @@ -3492,7 +3492,7 @@ (Assert (not (search-forward "Test buffer" nil t))) (goto-char (point-min)) (Assert (eq (search-forward "Test Buffer" nil t) 12)))) -@end{example} +@end example This example could be inserted in a file in @file{tests/automated}, and it would be a complete test, automatically executed when you run