comparison src/ov-fcn-handle.cc @ 10840:89f4d7e294cc

Grammarcheck .cc files
author Rik <octave@nomad.inbox5.com>
date Sat, 31 Jul 2010 11:18:11 -0700
parents 21551cc88061
children f1a45913662a
comparison
equal deleted inserted replaced
10839:65bc065bec95 10840:89f4d7e294cc
1698 return retval; 1698 return retval;
1699 } 1699 }
1700 1700
1701 DEFUN (str2func, args, , 1701 DEFUN (str2func, args, ,
1702 "-*- texinfo -*-\n\ 1702 "-*- texinfo -*-\n\
1703 @deftypefn {Built-in Function} {} str2func (@var{fcn_name})\n\ 1703 @deftypefn {Built-in Function} {} str2func (@var{fcn_name})\n\
1704 @deftypefnx {Built-in Function} {} str2func (@var{fcn_name}, \"global\")\n\ 1704 @deftypefnx {Built-in Function} {} str2func (@var{fcn_name}, \"global\")\n\
1705 Return a function handle constructed from the string @var{fcn_name}.\n\ 1705 Return a function handle constructed from the string @var{fcn_name}.\n\
1706 If the optional \"global\" argument is passed, locally visible functions\n\ 1706 If the optional \"global\" argument is passed, locally visible functions\n\
1707 are ignored in the lookup.\n\ 1707 are ignored in the lookup.\n\
1708 @end deftypefn") 1708 @end deftypefn")