comparison libinterp/octave-value/ov-fcn-handle.cc @ 20531:1339ad3c9faa stable

Fix typo in str2func docstring. * ov-fcn-handle.cc (Ffunc2str): Fix typo where 'a' should be '@'.
author Rik <rik@octave.org>
date Tue, 22 Sep 2015 02:06:17 -0700
parents 8fcbb55745ef
children 1f330d33388f
comparison
equal deleted inserted replaced
20527:635c93bba6b6 20531:1339ad3c9faa
1854 \n\ 1854 \n\
1855 If the optional @qcode{\"global\"} argument is passed, locally visible\n\ 1855 If the optional @qcode{\"global\"} argument is passed, locally visible\n\
1856 functions are ignored in the lookup.\n\ 1856 functions are ignored in the lookup.\n\
1857 \n\ 1857 \n\
1858 Note: @code{str2func} does not currently accept strings which define\n\ 1858 Note: @code{str2func} does not currently accept strings which define\n\
1859 anonymous functions (those which begin with @samp{a}).\n\ 1859 anonymous functions (those which begin with @samp{@@}).\n\
1860 Use @code{eval (@var{str})} as a replacement.\n\ 1860 Use @w{@code{eval (@var{str})}} as a replacement.\n\
1861 @seealso{func2str, inline}\n\ 1861 @seealso{func2str, inline}\n\
1862 @end deftypefn") 1862 @end deftypefn")
1863 { 1863 {
1864 octave_value retval; 1864 octave_value retval;
1865 int nargin = args.length (); 1865 int nargin = args.length ();