# HG changeset patch # User Rik # Date 1322025766 28800 # Node ID 2892fd834446f5c0d60d74f84393d78fe10d1404 # Parent 1f6d17b383f80b929cdc6b7536ea8c7e8752a1fd doc: Update seealso references for cellslices and cellindexmat * cellfun.cc (cellslices, cellindexmat): Update seealso references. diff -r 1f6d17b383f8 -r 2892fd834446 src/DLD-FUNCTIONS/cellfun.cc --- a/src/DLD-FUNCTIONS/cellfun.cc Wed Nov 23 09:14:10 2011 +0000 +++ b/src/DLD-FUNCTIONS/cellfun.cc Tue Nov 22 21:22:46 2011 -0800 @@ -2295,6 +2295,7 @@ \n\ The position of the index is determined by @var{dim}. If not specified,\n\ slicing is done along the first non-singleton dimension.\n\ +@seealso{cell2mat, cellindexmat, cellfun}\n\ @end deftypefn") { octave_value retval; @@ -2408,7 +2409,7 @@ endfor\n\ @end group\n\ @end example\n\ -@seealso{cellfun, cellslices}\n\ +@seealso{cellslices, cellfun}\n\ @end deftypefn") { octave_value retval;