Mercurial > hg > octave-lyh
diff src/load-path.cc @ 6644:004561c38e8f
[project @ 2007-05-21 20:59:26 by jwe]
author | jwe |
---|---|
date | Mon, 21 May 2007 20:59:26 +0000 |
parents | 0fcc8d65b571 |
children | 49724abe1236 |
line wrap: on
line diff
--- a/src/load-path.cc +++ b/src/load-path.cc @@ -1264,7 +1264,7 @@ DEFUN (rehash, , , "-*- texinfo -*-\n\ @deftypefn {Built-in Function} {} rehash ()\n\ -Reinitialize Octave's @code{LOADPATH} directory cache.\n\ +Reinitialize Octave's load path directory cache.\n\ @end deftypefn") { octave_value_list retval; @@ -1294,13 +1294,13 @@ DEFUN (path, args, nargout, "-*- texinfo -*-\n\ @deftypefn {Function File} {} path (@dots{})\n\ -Modify or display Octave's @code{LOADPATH}.\n\ +Modify or display Octave's load path.\n\ \n\ If @var{nargin} and @var{nargout} are zero, display the elements of\n\ -Octave's @code{LOADPATH} in an easy to read format.\n\ +Octave's load path in an easy to read format.\n\ \n\ If @var{nargin} is zero and nargout is greater than zero, return the\n\ -current value of @code{LOADPATH}.\n\ +current load path.\n\ \n\ If @var{nargin} is greater than zero, concatenate the arguments,\n\ separating them with @code{pathsep()}. Set the internal search path\n\