From 8664cf8f4798b4b651fa9f2ff80f80b5cb218115 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Mon, 7 Jul 2003 16:43:46 +0000
Subject: [PATCH] Fix doc for Delete (no ';')

---
 doc/texinfo/gmsh.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/texinfo/gmsh.texi b/doc/texinfo/gmsh.texi
index 5ed36301c3..33236188fc 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.71 2003-06-24 23:34:45 geuzaine Exp $
+@c $Id: gmsh.texi,v 1.72 2003-07-07 16:43:46 geuzaine Exp $
 @c
 @c Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle
 @c
@@ -1703,7 +1703,7 @@ identical coordinates). Note that Gmsh executes the @code{Coherence} command
 automatically after each geometrical transformation, unless
 @code{Geometry.AutoCoherence} is set to zero (@pxref{Geometry options}).
 
-@item Delete @{ Point | Line | Surface @{ @var{expression-list} @}; @dots{} @};
+@item Delete @{ Point | Line | Surface @{ @var{expression-list} @}; @dots{} @}
 Deletes all elementary entities (points, lines or surfaces) whose
 identification numbers are given in @var{expression-list}.
 
-- 
GitLab