diff --git a/doc/texinfo/gmsh.texi b/doc/texinfo/gmsh.texi
index e03b28b61471e67ad5714cd090c248ed2ba5d08e..84e32f10f406c1509687286a0ff344ff50d557dc 100644
--- a/doc/texinfo/gmsh.texi
+++ b/doc/texinfo/gmsh.texi
@@ -1,5 +1,5 @@
 \input texinfo.tex @c -*-texinfo-*-
-@c $Id: gmsh.texi,v 1.142 2004-10-23 23:53:32 geuzaine Exp $
+@c $Id: gmsh.texi,v 1.143 2004-10-24 19:49:09 geuzaine Exp $
 @c
 @c Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
 @c
@@ -1630,7 +1630,7 @@ can be extended in order to also extrude the mesh):
 
 @var{extrude}:
 @ftable @code
-@item Extrude Point | Line | Surface @{ @var{expression}, @{ @var{expression-list} @} @} ;
+@item Extrude Point | Line | Surface @{ @var{expression}, @{ @var{expression-list} @} @};
 Extrudes the @var{expression}-th point, line or surface using a
 translation. The @var{expression-list} should contain three
 @w{@var{expression}s} giving the X, Y and Z components of the translation
@@ -1966,7 +1966,7 @@ numbers are listed in @var{expression-list}. The new value is given by
 @cindex Mesh, elliptic
 
 @ftable @code
-@item Extrude Point | Line | Surface @{ @var{expression}, @{ @var{expression-list} @} @} @{ @var{layers}; @dots{} @} ;
+@item Extrude Point | Line | Surface @{ @var{expression}, @{ @var{expression-list} @} @} @{ @var{layers}; @dots{} @};
 Extrudes both the geometry and the mesh using a translation
 (@pxref{Extrusions}). The @var{layers} option determines how the mesh is
 extruded and has the following syntax:
@@ -1975,7 +1975,7 @@ extruded and has the following syntax:
 @var{layers}:
 @group
   Layers @{ @{ @var{expression-list} @}, < @{ @var{expression-list} @}, >
-           @{ @var{expression-list} @} @}; | Recombine; |
+           @{ @var{expression-list} @} @} | Recombine
 @end group
 @end example
 
@@ -2006,7 +2006,7 @@ Extrudes both the geometry and the mesh using a combined translation and
 rotation (@pxref{Extrusions}). The @var{layers} option is defined as
 above.
 
-@item Transfinite Line @{ @var{expression-list} @} = @var{expression} < Using Progression | Bump @var{expression} >
+@item Transfinite Line @{ @var{expression-list} @} = @var{expression} < Using Progression | Bump @var{expression} >;
 Selects the lines in @var{expression-list} to be meshed with the 1D
 transfinite algorithm. The @var{expression} on the right hand side gives the
 number of nodes that will be created on the line (this overrides any
@@ -2299,7 +2299,7 @@ Saves the the @var{expression}-th post-processing view in a file named
 @var{char-expression}. If the path in @var{char-expression} is not absolute,
 @var{char-expression} is appended to the path of the current file.
 
-@item View "@var{string}" @{ @var{string} ( @var{expression-list} ) @{ @var{expression-list} @}; @dots{} @}
+@item View "@var{string}" @{ @var{string} ( @var{expression-list} ) @{ @var{expression-list} @}; @dots{} @};
 Creates a new post-processing view, named @code{"@var{string}"}. This is the
 easiest way to create a post-processing view, but also the least efficient
 (the view is read through Gmsh's script parser, which can become a bit slow