# HG changeset patch # User Rik # Date 1674836567 28800 # Node ID becfd791417824b9e0731d10484bec96f4416411 # Parent 713de911848f44dcd589748767c589538840d271 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. diff -r 713de911848f -r becfd7914178 libinterp/corefcn/graphics.cc --- 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})