diff --git a/Triangulation/doc/Triangulation/CGAL/Delaunay_triangulation.h b/Triangulation/doc/Triangulation/CGAL/Delaunay_triangulation.h
index 322cfb51756..e5f08dd1d5e 100644
--- a/Triangulation/doc/Triangulation/CGAL/Delaunay_triangulation.h
+++ b/Triangulation/doc/Triangulation/CGAL/Delaunay_triangulation.h
@@ -125,8 +125,8 @@ value of `lt`:
`OUTSIDE_AFFINE_HULL` Point
`p` is inserted so as to increase the current dimension of the Delaunay
triangulation.
-`ON_VERTEX` The position of the vertex `v` described by `f`
-is set to `p`. `v` is returned. Anything else The point `p`
+`ON_VERTEX` The triangulation remains unchanged.
+Anything else The point `p`
is inserted. the full cell `c` is assumed to be in conflict
with `p`.
diff --git a/Triangulation/doc/Triangulation/CGAL/Triangulation.h b/Triangulation/doc/Triangulation/CGAL/Triangulation.h
index 1d7b0e1a65d..32188c44323 100644
--- a/Triangulation/doc/Triangulation/CGAL/Triangulation.h
+++ b/Triangulation/doc/Triangulation/CGAL/Triangulation.h
@@ -556,8 +556,7 @@ Inserts point `p` into the triangulation and returns a handle to the
`Vertex` at that position. The action taken depends on the value of
`loc_type`:
- - `ON_VERTEX`
- The point of the
-p`Vertex` described by `f` is set to `p`.
+
- `ON_VERTEX`
- The triangulation remains unchanged.
- `IN_FACE`
- The point `p` is inserted in the `Face f`.
- `IN_FACET`
- The point `p` is inserted in the `Facet ft`.
- Anything else
- The point `p` is inserted in the triangulation according to the value