diff man/internals/internals.texi @ 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 e51bd28995c0
children ea6a06f7bf2c
line wrap: on
line diff
--- 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