diff scripts/general/columns.m @ 3373:36405da8e173

[project @ 1999-11-23 20:54:17 by jwe]
author jwe
date Tue, 23 Nov 1999 20:54:31 +0000
parents 8b262e771614
children 69b167451491
line wrap: on
line diff
--- a/scripts/general/columns.m	Tue Nov 23 19:07:18 1999 +0000
+++ b/scripts/general/columns.m	Tue Nov 23 20:54:31 1999 +0000
@@ -17,10 +17,10 @@
 ## Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 ## 02111-1307, USA.
 
-## usage: columns (x)
-##
-## Return the the number of columns in x.
-##
+## @deftypefn {Function File} {} columns (@var{a})
+## Return the number of columns of @var{a}.
+## @end deftypefn
+
 ## See also: size, rows, length, is_scalar, is_vector, is_matrix
 
 ## Author: jwe