comparison scripts/miscellaneous/getappdata.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 b4bd0bef55b6
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} {@var{value} =} getappdata (@var{h}, @var{name}) 18 ## @deftypefn {Function File} {@var{value} =} getappdata (@var{h}, @var{name})
19 ## Returns the @var{value} for named application data for the object(s) with 19 ## Return the @var{value} for named application data for the object(s) with
20 ## handle(s) @var{h}. 20 ## handle(s) @var{h}.
21 ## @end deftypefn 21 ## @end deftypefn
22 22
23 ## Author: Ben Abbott <bpabbott@mac.com> 23 ## Author: Ben Abbott <bpabbott@mac.com>
24 ## Created: 2010-07-15 24 ## Created: 2010-07-15