# HG changeset patch # User Rik # Date 1617923085 25200 # Node ID 3ff059ddc7feea24381e043113402fbf792efb72 # Parent 1591e7470f1a4e4ea56903c7df8d268592313dab# Parent ec768b0f7dcde46812a1536298fa3ca6fd87b3d8 maint: merge stable to default. diff -r 1591e7470f1a -r 3ff059ddc7fe libinterp/corefcn/data.cc --- a/libinterp/corefcn/data.cc Thu Apr 08 15:35:28 2021 -0700 +++ b/libinterp/corefcn/data.cc Thu Apr 08 16:04:45 2021 -0700 @@ -6152,7 +6152,7 @@ doc: /* -*- texinfo -*- @deftypefn {} {} uplus (@var{x}) This function and @w{@tcode{+ @var{x}}} are equivalent. -@seealso{uminus, plus, minus} +@seealso{uminus, plus} @end deftypefn */) { return unary_op_defun_body (octave_value::op_uplus, args); @@ -6173,7 +6173,7 @@ @deftypefn {} {} transpose (@var{x}) Return the transpose of @var{x}. -This function and @tcode{@var{x}.'} are equivalent. +This function and @tcode{@var{x}.'@:} are equivalent. @seealso{ctranspose} @end deftypefn */) {