changeset 17893:38b726ed04c9

* cellfun.cc (Fcellfun): Remove obsolete character string remark from docstring (bug #40467)
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Sat, 09 Nov 2013 21:55:48 -0500
parents 5401637c3fa7
children 62b76b377749
files libinterp/corefcn/cellfun.cc
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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\