# HG changeset patch # User stephent # Date 1029507053 0 # Node ID a306b7c7742d3d7a0f908d296fecbf77be035353 # Parent fc4a2ec67ea2140c3254d136a7016bd5ba3a6d87 [xemacs-hg @ 2002-08-16 14:10:46 by stephent] Silly texinfo typo diff -r fc4a2ec67ea2 -r a306b7c7742d man/ChangeLog --- 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 + + * internals/internals.texi (Regression Testing XEmacs): Fix typo. + 2002-08-15 Stephen J. Turnbull * internals/internals.texi (GCPROing): Add comment on GCPRO. diff -r fc4a2ec67ea2 -r a306b7c7742d man/internals/internals.texi --- 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