changeset 29515:3ff059ddc7fe

maint: merge stable to default.
author Rik <rik@octave.org>
date Thu, 08 Apr 2021 16:04:45 -0700
parents 1591e7470f1a (current diff) ec768b0f7dcd (diff)
children 9f0649b4e912
files libinterp/corefcn/data.cc
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 */)
 {