diff --git a/tutorial/t9.geo b/tutorial/t9.geo
index 16c4593947701ccabc055527ae95eca57fd54641..e54574db56f90e4ccb392131d04120f56a8c932e 100644
--- a/tutorial/t9.geo
+++ b/tutorial/t9.geo
@@ -15,7 +15,7 @@
 
 // Let's load a three dimension scalar view
 
-Merge "view3.pos" ;
+Include "view3.pos" ;
 
 // Plugins can be controlled as other options in Gmsh. For example,
 // the CutMap plugin extracts an isovalue surface from a 3D scalar
diff --git a/tutorial/tutorial.html b/tutorial/tutorial.html
index 7ca393e082bed698c9b95c5db6d41b7a1714c502..153afde5b781c47f6292530d3a91bd9812633502 100644
--- a/tutorial/tutorial.html
+++ b/tutorial/tutorial.html
@@ -23,7 +23,7 @@
 <H1>README 1/10</H1>
 [<A HREF="#top">top</A>][prev][<A HREF="#file2">next</A>]
 <PRE>
-$Id: tutorial.html,v 1.12 2001-08-03 07:53:12 geuzaine Exp $
+$Id: tutorial.html,v 1.13 2001-08-03 07:55:11 geuzaine Exp $
 
 Here are the examples in the Gmsh tutorial. These examples are
 commented (both C and C++-style comments can be used in Gmsh input
@@ -1159,7 +1159,7 @@ EndFor
 </FONT></I>
 <I><FONT COLOR="#B22222">// Let's load a three dimension scalar view
 </FONT></I>
-Merge &quot;view3.pos&quot; ;
+Include &quot;view3.pos&quot; ;
 
 <I><FONT COLOR="#B22222">// Plugins can be controlled as other options in Gmsh. For example,
 </FONT></I><I><FONT COLOR="#B22222">// the CutMap plugin extracts an isovalue surface from a 3D scalar