Mercurial > hg > octave-nkf
diff src/load-path.cc @ 6678:49724abe1236
[project @ 2007-05-31 19:44:45 by jwe]
author | jwe |
---|---|
date | Thu, 31 May 2007 19:44:45 +0000 |
parents | 004561c38e8f |
children | 59e22e30aff8 |
line wrap: on
line diff
--- a/src/load-path.cc +++ b/src/load-path.cc @@ -1293,7 +1293,7 @@ DEFUN (path, args, nargout, "-*- texinfo -*-\n\ -@deftypefn {Function File} {} path (@dots{})\n\ +@deftypefn {Built-in Function} {} path (@dots{})\n\ Modify or display Octave's load path.\n\ \n\ If @var{nargin} and @var{nargout} are zero, display the elements of\n\ @@ -1347,8 +1347,8 @@ DEFCMD (addpath, args, nargout, "-*- texinfo -*-\n\ -@deftypefn {Function File} {} addpath (@var{dir1}, @dots{})\n\ -@deftypefnx {Function File} {} addpath (@var{dir1}, @dots{}, @var{option})\n\ +@deftypefn {Built-in Function} {} addpath (@var{dir1}, @dots{})\n\ +@deftypefnx {Built-in Function} {} addpath (@var{dir1}, @dots{}, @var{option})\n\ Add @var{dir1}, @dots{} to the current function search path. If\n\ @var{option} is @samp{\"-begin\"} or 0 (the default), prepend the\n\ directory name to the current path. If @var{option} is @samp{\"-end\"}\n\ @@ -1443,7 +1443,7 @@ DEFCMD (rmpath, args, nargout, "-*- texinfo -*-\n\ -@deftypefn {Function File} {} rmpath (@var{dir1}, @dots{})\n\ +@deftypefn {Built-in Function} {} rmpath (@var{dir1}, @dots{})\n\ Remove @var{dir1}, @dots{} from the current function search path.\n\ \n\ @seealso{path, addpath, genpath, pathdef, savepath, pathsep}\n\