# HG changeset patch # User gedeone-octave # Date 1383782588 0 # Node ID 097026c0acb53022b1d46688be667643e16f24bb # Parent dae73b9eab87408ed92558b1940edda973a5c97a Update the description file. diff -r dae73b9eab87 -r 097026c0acb5 src/feval.cc --- a/src/feval.cc Wed Nov 06 23:34:54 2013 +0000 +++ b/src/feval.cc Thu Nov 07 00:03:08 2013 +0000 @@ -20,6 +20,9 @@ DEFUN_DLD (feval, args, , "-*- texinfo -*-\n\ @deftypefn {Function File} {[@var{value}]} = \ feval (@var{function_name}, @var{Coordinate})\n\ +The input parameters are the function and the point where it has to\ +be evaluated\n\ +@seealso{Function}\n\ @end deftypefn") {