Mercurial > hg > octave-nkf
diff scripts/path/savepath.m @ 5814:67bf9b4f2ae2
[project @ 2006-05-11 21:58:34 by jwe]
author | jwe |
---|---|
date | Thu, 11 May 2006 21:58:34 +0000 |
parents | 296cefb48d7e |
children | 98ee80702bca |
line wrap: on
line diff
--- a/scripts/path/savepath.m +++ b/scripts/path/savepath.m @@ -22,7 +22,7 @@ ## Save the current function search path to @var{file}. If @var{file} ## is omitted, @file{~/.octaverc} is used. If successful, ## @code{savepath} returns 0. -## @seealso{path, addpath, rmpath, pathsep} +## @seealso{path, addpath, rmpath, genpath, pathdef, pathsep} ## @end deftypefn ## Author: Bill Denney <bill@givebillmoney.com>