# HG changeset patch # User Jaroslav Hajek # Date 1251018605 -7200 # Node ID 26fb50dc74013257d0f7f1572b57311921bfbf24 # Parent 9b9aaacf194d3d9f53dddcc8f3472ee685a1a3cb fix some functions help markup diff -r 9b9aaacf194d -r 26fb50dc7401 src/ChangeLog --- a/src/ChangeLog Sun Aug 23 11:09:17 2009 +0200 +++ b/src/ChangeLog Sun Aug 23 11:10:05 2009 +0200 @@ -1,3 +1,8 @@ +2009-08-12 Jaroslav Hajek + + * data.cc (Fissorted, F__sort_rows_idx__, Fnorm): Mark as Built-in + Functions in the inline help. + 2009-08-10 John W. Eaton * DLD-FUNCTIONS/dlmread.cc (Fdlmread): Perform tilde expansion on diff -r 9b9aaacf194d -r 26fb50dc7401 src/data.cc --- a/src/data.cc Sun Aug 23 11:09:17 2009 +0200 +++ b/src/data.cc Sun Aug 23 11:10:05 2009 +0200 @@ -4793,7 +4793,7 @@ DEFUN (norm, args, , "-*- texinfo -*-\n\ -@deftypefn {Function File} {} norm (@var{a}, @var{p}, @var{opt})\n\ +@deftypefn {Built-in Function} {} norm (@var{a}, @var{p}, @var{opt})\n\ Compute the p-norm of the matrix @var{a}. If the second argument is\n\ missing, @code{p = 2} is assumed.\n\ \n\ @@ -5763,7 +5763,7 @@ DEFUN (__sort_rows_idx__, args, , "-*- texinfo -*-\n\ -@deftypefn {Function File} {} __sort_rows_idx__ (@var{a}, @var{mode})\n\ +@deftypefn {Built-in Function} {} __sort_rows_idx__ (@var{a}, @var{mode})\n\ Undocumented internal function.\n\ @end deftypefn\n") { @@ -5810,7 +5810,7 @@ DEFUN (issorted, args, , "-*- texinfo -*-\n\ -@deftypefn {Function File} {} issorted (@var{a}, @var{rows})\n\ +@deftypefn {Built-in Function} {} issorted (@var{a}, @var{rows})\n\ Returns true if the array is sorted, ascending or descending.\n\ NaNs are treated as by @code{sort}. If @var{rows} is supplied and\n\ has the value \"rows\", checks whether the array is sorted by rows\n\