Incorporated Jan-Hein's changes and texinfo conversion.
diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex
index 84b5333..2535808 100644
--- a/Doc/tut/tut.tex
+++ b/Doc/tut/tut.tex
@@ -2527,8 +2527,8 @@
 (recursively) in the base classes of \verb\Base1\, and only if it is
 not found there, it is searched in \verb\Base2\, and so on.
 
-(To some people breadth first --- searching \verb\Base2\ and
-\verb\Base3\ before the base classes of \verb\Base1\ --- looks more
+(To some people breadth first---searching \verb\Base2\ and
+\verb\Base3\ before the base classes of \verb\Base1\---looks more
 natural.  However, this would require you to know whether a particular
 attribute of \verb\Base1\ is actually defined in \verb\Base1\ or in
 one of its base classes before you can figure out the consequences of