# HG changeset patch # User Nicholas R. Jankowski # Date 1702356430 18000 # Node ID 8c4dfe87d2cf41fcbcbbab5a113df4f654d0d782 # Parent c273d7fdab3a550beac9811d5e6a86aafe404d42 Correct inconsistent alias note from c273d7fdab3a (bug #64995) * data.cc (rows, columns): Adjust alias programming note to be consistent with similar notes. diff -r c273d7fdab3a -r 8c4dfe87d2cf libinterp/corefcn/data.cc --- a/libinterp/corefcn/data.cc Fri Dec 08 15:42:52 2023 -0500 +++ b/libinterp/corefcn/data.cc Mon Dec 11 23:47:10 2023 -0500 @@ -2998,8 +2998,8 @@ This is equivalent to @code{size (@var{A}, 1)}. -Programming Note: @code{height} is an alias for @code{rows} and either name -can be used in Octave. +Programming Note: @code{height} is an alias for @code{rows} and can be +used interchangeably. @seealso{columns, size, length, numel, isscalar, isvector, ismatrix} @end deftypefn */) @@ -3050,8 +3050,8 @@ This is equivalent to @code{size (@var{A}, 2)}. -Programming Note: @code{width} is an alias for @code{columns} and either name -can be used in Octave. +Programming Note: @code{width} is an alias for @code{columns} and can be +used interchangeably. @seealso{rows, size, length, numel, isscalar, isvector, ismatrix} @end deftypefn */)