changeset 2412:7016c5f56303 octave-forge

Remove some references to LOADPATH in documentation.
author qspencer
date Thu, 24 Aug 2006 15:39:12 +0000
parents 03eccd798147
children 7ee762e11903
files extra/graceplot/README main/geometry/README main/miscellaneous/inst/edit.m
diffstat 3 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/extra/graceplot/README	Thu Aug 24 15:07:46 2006 +0000
+++ b/extra/graceplot/README	Thu Aug 24 15:39:12 2006 +0000
@@ -42,7 +42,7 @@
 
 3.
 copy all the m-files and the oct-files to a directory which is _not_ in your
-Octave LOADPATH.
+Octave path.
 
 $ cp *.m *.oct $HOME/grace-octave
 
@@ -54,7 +54,7 @@
 
 5. 
 Copy the m-files toggle_grace_use.m and grace_octave_path.m to a directory
-which _is_ in your Octaves LOADPATH.
+which _is_ in your Octave path.
 
 $ cp toggle_grace_use.m grace_octave_path.m $HOME/octave
 
--- a/main/geometry/README	Thu Aug 24 15:07:46 2006 +0000
+++ b/main/geometry/README	Thu Aug 24 15:39:12 2006 +0000
@@ -35,7 +35,7 @@
 	make
 
     and either copy the m-files and oct-files from the current
-    directory onto your octave LOADPATH or update your LOADPATH
-    to include the current directory.
+    directory onto your octave path or update your path to include
+    the current directory.
 
 
--- a/main/miscellaneous/inst/edit.m	Thu Aug 24 15:07:46 2006 +0000
+++ b/main/miscellaneous/inst/edit.m	Thu Aug 24 15:39:12 2006 +0000
@@ -50,8 +50,8 @@
 ##   Pay attention to the "" and ``; they are significant.
 ##
 ## home
-##   This is the location of user local m-files. Be be sure it is on LOADPATH.
-##   The default is ~/octave.
+##   This is the location of user local m-files. Be be sure it is in your
+##   path. The default is ~/octave.
 ##
 ## author
 ##   This is the name to put after the "## Author:" field of new functions.