Mercurial > hg > octave-lyh
diff scripts/miscellaneous/what.m @ 8507:cadc73247d65
style fixes
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Tue, 13 Jan 2009 14:08:36 -0500 |
parents | fd11a08a9b31 |
children | 5dd06f19e9be |
line wrap: on
line diff
--- a/scripts/miscellaneous/what.m +++ b/scripts/miscellaneous/what.m @@ -34,7 +34,7 @@ if (nargin == 0) d = pwd (); elseif (isempty (strfind (d, filesep ()))) - ## Find the appropriate directory on the path + ## Find the appropriate directory on the path. p = split (path (), pathsep()); p = cellfun (@(x) deblank (x), mat2cell (p, ones (1, size (p, 1)), ... size (p, 2)), "UniformOutput", false);