changeset 33494:8cfedb86d373 stable

doc: Minor fix for setappdata.m * setappdata.m: Set the value for "name2" to "value2" instead of "value3"
author Arun Giridhar <arungiridhar@gmail.com>
date Wed, 01 May 2024 10:31:31 -0400
parents 9d6b329ca141
children 02845015966d e17b6b7de50f
files scripts/gui/setappdata.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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}.