changeset 31784:becfd7914178 stable

doc: Use '{' and '}' around cell array inputs in set documentation for clarity. * graphics.cc (Fset): Use '{' and '}' around cell array inputs in documentation for clarity.
author Rik <rik@octave.org>
date Fri, 27 Jan 2023 08:22:47 -0800
parents 713de911848f
children 947b8c671680 4ccdb13c160a
files libinterp/corefcn/graphics.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/graphics.cc	Thu Jan 26 08:18:53 2023 -0800
+++ b/libinterp/corefcn/graphics.cc	Fri Jan 27 08:22:47 2023 -0800
@@ -12894,7 +12894,7 @@
 DEFMETHOD (set, interp, args, nargout,
            doc: /* -*- texinfo -*-
 @deftypefn  {} {} set (@var{h}, @var{property}, @var{value}, @dots{})
-@deftypefnx {} {} set (@var{h}, @var{properties}, @var{values})
+@deftypefnx {} {} set (@var{h}, @{@var{properties}@}, @{@var{values}@})
 @deftypefnx {} {} set (@var{h}, @var{pv})
 @deftypefnx {} {@var{value_list} =} set (@var{h}, @var{property})
 @deftypefnx {} {@var{all_value_list} =} set (@var{h})