# HG changeset patch # User Rik # Date 1442912777 25200 # Node ID 1339ad3c9faa2fb7cdb5e2c9d1de89ee99682597 # Parent 635c93bba6b606090c40a9ad6e9304878a30c1a1 Fix typo in str2func docstring. * ov-fcn-handle.cc (Ffunc2str): Fix typo where 'a' should be '@'. diff -r 635c93bba6b6 -r 1339ad3c9faa libinterp/octave-value/ov-fcn-handle.cc --- a/libinterp/octave-value/ov-fcn-handle.cc Sun Sep 20 11:27:36 2015 +0200 +++ b/libinterp/octave-value/ov-fcn-handle.cc Tue Sep 22 02:06:17 2015 -0700 @@ -1856,8 +1856,8 @@ functions are ignored in the lookup.\n\ \n\ Note: @code{str2func} does not currently accept strings which define\n\ -anonymous functions (those which begin with @samp{a}).\n\ -Use @code{eval (@var{str})} as a replacement.\n\ +anonymous functions (those which begin with @samp{@@}).\n\ +Use @w{@code{eval (@var{str})}} as a replacement.\n\ @seealso{func2str, inline}\n\ @end deftypefn") {