diff src/DLD-FUNCTIONS/find.cc @ 6524:03c89ade4070

[project @ 2007-04-13 12:19:30 by jwe]
author jwe
date Fri, 13 Apr 2007 12:22:12 +0000
parents 5b43c2332b69
children 93c65f2a5668
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/find.cc
+++ b/src/DLD-FUNCTIONS/find.cc
@@ -183,10 +183,10 @@
 @deftypefn {Loadable Function} {} find (@var{x})\n\
 @deftypefnx {Loadable Function} {} find (@var{x}, @var{n})\n\
 @deftypefnx {Loadable Function} {} find (@var{x}, @var{n}, @var{direction})\n\
-Return a vector of indices of nonzero elements of a matrix.  To obtain a\n\
-single index for each matrix element, Octave pretends that the columns\n\
-of a matrix form one long vector (like Fortran arrays are stored).  For\n\
-example,\n\
+Return a vector of indices of nonzero elements of a matrix, as a row if\n\
+@var{x} is a row or as a column otherwise.  To obtain a single index for\n\
+each matrix element, Octave pretends that the columns of a matrix form one\n\
+long vector (like Fortran arrays are stored).  For example,\n\
 \n\
 @example\n\
 @group\n\