# HG changeset patch # User Jordi GutiƩrrez Hermoso # Date 1384052148 18000 # Node ID 38b726ed04c973d811cdb544fc3d1bc4ba9e82ae # Parent 5401637c3fa78572ead58178d7151bb90d57019d * cellfun.cc (Fcellfun): Remove obsolete character string remark from docstring (bug #40467) diff -r 5401637c3fa7 -r 38b726ed04c9 libinterp/corefcn/cellfun.cc --- a/libinterp/corefcn/cellfun.cc Sat Nov 09 21:47:12 2013 -0500 +++ b/libinterp/corefcn/cellfun.cc Sat Nov 09 21:55:48 2013 -0500 @@ -319,9 +319,7 @@ \n\ Additionally, @code{cellfun} accepts an arbitrary function @var{func}\n\ in the form of an inline function, function handle, or the name of a\n\ -function (in a character string). In the case of a character string\n\ -argument, the function must accept a single argument named @var{x}, and\n\ -it must return a string value. The function can take one or more arguments,\n\ +function (in a character string). The function can take one or more arguments,\n\ with the inputs arguments given by @var{C}, @var{D}, etc. Equally the\n\ function can return one or more output arguments. For example:\n\ \n\