comparison scripts/miscellaneous/setappdata.m @ 12575:d0b799dafede

Grammarcheck files for 3.4.1 release.
author Rik <octave@nomad.inbox5.com>
date Mon, 04 Apr 2011 15:33:46 -0700
parents b0084095098e
children bd2cd4fd3edf
comparison
equal deleted inserted replaced
12574:89604fa96d2f 12575:d0b799dafede
14 ## along with Octave; see the file COPYING. If not, see 14 ## along with Octave; see the file COPYING. If not, see
15 ## <http://www.gnu.org/licenses/>. 15 ## <http://www.gnu.org/licenses/>.
16 16
17 ## -*- texinfo -*- 17 ## -*- texinfo -*-
18 ## @deftypefn {Function File} {} setappdata (@var{h}, @var{name}, @var{value}) 18 ## @deftypefn {Function File} {} setappdata (@var{h}, @var{name}, @var{value})
19 ## Sets the named application data to @var{value} for the object(s) with 19 ## Set the named application data to @var{value} for the object(s) with
20 ## handle(s) @var{h}. If the application data with the specified name does 20 ## handle(s) @var{h}. If the application data with the specified name does
21 ## not exist, it is created. 21 ## not exist, it is created.
22 ## @end deftypefn 22 ## @end deftypefn
23 23
24 ## Author: Ben Abbott <bpabbott@mac.com> 24 ## Author: Ben Abbott <bpabbott@mac.com>