changeset 9613:6d669c657786 octave-forge

miscellaneous: removed apply from @seealso in doc
author jpicarbajal
date Fri, 09 Mar 2012 09:03:26 +0000
parents 45f23b9e2e05
children 00bcc4eb139e
files main/miscellaneous/inst/map.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/main/miscellaneous/inst/map.m	Fri Mar 09 09:02:26 2012 +0000
+++ b/main/miscellaneous/inst/map.m	Fri Mar 09 09:03:26 2012 +0000
@@ -56,7 +56,7 @@
 ##   [2,2] = 0.84645
 ## @}
 ## @end example
-## @seealso{reduce, match, apply}
+## @seealso{reduce, match}
 ## @end deftypefn
 
 function return_type = map (fun_handle, data_struct, varargin)