changeset 6644:004561c38e8f

[project @ 2007-05-21 20:59:26 by jwe]
author jwe
date Mon, 21 May 2007 20:59:26 +0000
parents 6a7fc4105bcc
children 81eb28d50cee
files src/ChangeLog src/load-path.cc
diffstat 2 files changed, 7 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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  <hauberg@gmail.com>
 
+        * load-path.cc (Fpath, Frehash): Replace "LOADPATH" with "load
+	path" in doc strings.
+
         * parse.y (Feval): Add example.
 
 2007-05-21  David Bateman  <dbateman@free.fr>
--- 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\