# HG changeset patch # User jwe # Date 1179781166 0 # Node ID 004561c38e8fe1a4334ed04c0f474d7db6eb1398 # Parent 6a7fc4105bcc736feaaf12ae470bed964f461b63 [project @ 2007-05-21 20:59:26 by jwe] diff -r 6a7fc4105bcc -r 004561c38e8f src/ChangeLog --- a/src/ChangeLog Mon May 21 20:37:43 2007 +0000 +++ b/src/ChangeLog Mon May 21 20:59:26 2007 +0000 @@ -1,5 +1,8 @@ 2007-05-21 Søren Hauberg + * load-path.cc (Fpath, Frehash): Replace "LOADPATH" with "load + path" in doc strings. + * parse.y (Feval): Add example. 2007-05-21 David Bateman diff -r 6a7fc4105bcc -r 004561c38e8f src/load-path.cc --- a/src/load-path.cc Mon May 21 20:37:43 2007 +0000 +++ b/src/load-path.cc Mon May 21 20:59:26 2007 +0000 @@ -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\