Mercurial > hg > octave-nkf
comparison scripts/miscellaneous/what.m @ 9037:4cb9f994dcec
Documentation cleanup of var.texi, expr.texi, eval.texi
Spellcheck
Style check (particularly for two spaces after period)
author | Rik <rdrider0-list@yahoo.com> |
---|---|
date | Sun, 22 Mar 2009 08:41:49 -0700 |
parents | eb63fbe60fab |
children | f22bbc5d56e9 |
comparison
equal
deleted
inserted
replaced
9036:58604c45ca74 | 9037:4cb9f994dcec |
---|---|
18 | 18 |
19 ## -*- texinfo -*- | 19 ## -*- texinfo -*- |
20 ## @deftypefn {Command} {} what | 20 ## @deftypefn {Command} {} what |
21 ## @deftypefnx {Command} {} what @var{dir} | 21 ## @deftypefnx {Command} {} what @var{dir} |
22 ## @deftypefnx {Function File} {w =} what (@var{dir}) | 22 ## @deftypefnx {Function File} {w =} what (@var{dir}) |
23 ## List the Octave specific files in a directory. If the variable @var{dir} | 23 ## List the Octave specific files in a directory. If the variable @var{dir} |
24 ## is given then check that directory rather than the current directory. If | 24 ## is given then check that directory rather than the current directory. If |
25 ## a return argument is requested, the files found are returned in the | 25 ## a return argument is requested, the files found are returned in the |
26 ## structure @var{w}. | 26 ## structure @var{w}. |
27 ## @seealso{which} | 27 ## @seealso{which} |
28 ## @end deftypefn | 28 ## @end deftypefn |
29 | 29 |