Geometric.st
changeset 1390 64e57403f80d
parent 1389 52f49b0861b0
child 1446 fabdc1d2598c
--- a/Geometric.st	Mon May 13 00:55:16 1996 +0200
+++ b/Geometric.st	Mon May 13 01:06:44 1996 +0200
@@ -60,7 +60,7 @@
 
     [see also:]
         Rectangle Polygon EllipticalArc Circle Spline Point
-        LineSegment Arrow
+        LineSegment Curve Arrow ArrowedSpline
         GraphicsContext
         StrokingWrapper FillingWrapper
 "
@@ -337,5 +337,5 @@
 !Geometric class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Geometric.st,v 1.18 1996-05-12 22:55:16 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Geometric.st,v 1.19 1996-05-12 23:06:22 cg Exp $'
 ! !