# HG changeset patch # User Arun Giridhar # Date 1714573891 14400 # Node ID 8cfedb86d373441f6848d103550cfada9ebb0a69 # Parent 9d6b329ca14146a589489a935554bdc1404e3ceb doc: Minor fix for setappdata.m * setappdata.m: Set the value for "name2" to "value2" instead of "value3" diff -r 9d6b329ca141 -r 8cfedb86d373 scripts/gui/setappdata.m --- a/scripts/gui/setappdata.m Mon Apr 29 16:25:13 2024 -0400 +++ b/scripts/gui/setappdata.m Wed May 01 10:31:31 2024 -0400 @@ -25,7 +25,7 @@ ## -*- texinfo -*- ## @deftypefn {} {} setappdata (@var{h}, @var{name}, @var{value}) -## @deftypefnx {} {} setappdata (@var{h}, @var{name1}, @var{value1}, @var{name2}, @var{value3}, @dots{}) +## @deftypefnx {} {} setappdata (@var{h}, @var{name1}, @var{value1}, @var{name2}, @var{value2}, @dots{}) ## @deftypefnx {} {} setappdata (@var{h}, @{@var{name1}, @var{name2}, @dots{}@}, @{@var{value1}, @var{value2}, @dots{}@}) ## Set the application data @var{name} to @var{value} for the graphics object ## with handle @var{h}.