diff scripts/general/isvector.m @ 5642:2618a0750ae6

[project @ 2006-03-06 21:26:48 by jwe]
author jwe
date Mon, 06 Mar 2006 21:26:54 +0000
parents ff40c78cebf0
children bd39bbda9bd9
line wrap: on
line diff
--- a/scripts/general/isvector.m
+++ b/scripts/general/isvector.m
@@ -20,9 +20,8 @@
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {} isvector (@var{a})
 ## Return 1 if @var{a} is a vector.  Otherwise, return 0.
+## @seealso{size, rows, columns, length, isscalar, ismatrix}
 ## @end deftypefn
-##
-## @seealso{size, rows, columns, length, isscalar, and ismatrix}
 
 ## Author: jwe