# HG changeset patch # User Rik # Date 1643939153 28800 # Node ID 17a558588b8f784f41ce7c95bbfab997142b6af6 # Parent ebda4b3a04827d5d5f56ac3f52ee6d785e8b040d doc: use hyphen in find docstring per standard Octave usage. * find.cc (Ffind): Hyphenate "multi-dimensional". diff -r ebda4b3a0482 -r 17a558588b8f libinterp/corefcn/find.cc --- a/libinterp/corefcn/find.cc Thu Feb 03 12:21:16 2022 -0500 +++ b/libinterp/corefcn/find.cc Thu Feb 03 17:45:53 2022 -0800 @@ -377,7 +377,7 @@ @end group @end example -If @var{x} is a multidimensional array of size m x n x p x @dots{}, @var{j} +If @var{x} is a multi-dimensional array of size m x n x p x @dots{}, @var{j} contains the column locations as if @var{x} was flattened into a two-dimensional matrix of size m x (n + p + @dots{}).