diff scripts/set/intersection.m @ 3405:a020244950f9

[project @ 2000-01-05 08:09:27 by jwe]
author jwe
date Wed, 05 Jan 2000 08:09:29 +0000
parents a4cd1e9d9962
children ae7adbb591e8
line wrap: on
line diff
--- a/scripts/set/intersection.m
+++ b/scripts/set/intersection.m
@@ -28,10 +28,10 @@
 ##      @result{} [ 2, 3 ]
 ## @end group
 ## @end example
+##
+## @seealso{create_set, union, and complement}
 ## @end deftypefn
 
-## See also: create_set, union, complement
-
 ## Author: jwe
 
 function y = intersection(a,b)