# HG changeset patch # User Rik # Date 1373573323 25200 # Node ID 7c575556e8175ad1292e2157193ba3fdc1c73162 # Parent 22ec459cf7ba0bcaf9a6e975225d48a1a7943e6c trace.m: Use @deftypefn instead of @deftypefnx in docstring. * scripts/linear-algebra/trace.m: Use @deftypefn instead of @deftypefnx in docstring. diff --git a/scripts/linear-algebra/trace.m b/scripts/linear-algebra/trace.m --- a/scripts/linear-algebra/trace.m +++ b/scripts/linear-algebra/trace.m @@ -17,7 +17,7 @@ ## . ## -*- texinfo -*- -## @deftypefnx {Function File} {} trace (@var{A}) +## @deftypefn {Function File} {} trace (@var{A}) ## Compute the trace of @var{A}, the sum of the elements along the main ## diagonal. ##