Mercurial > hg > octave-lyh
diff src/load-path.cc @ 10982:1ec2f19857fa
fix typo in previous change to load-path.cc
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Wed, 15 Sep 2010 14:49:54 -0400 |
parents | 1cbfb15892c9 |
children | c9b0a75b02e8 |
line wrap: on
line diff
--- a/src/load-path.cc +++ b/src/load-path.cc @@ -2066,7 +2066,7 @@ Directories added to the path must exist.\n\ \n\ In addition to accepting individual directory arguments, lists of\n\ -directory names separated by @code{pathsep} are also accepted. For example,\n +directory names separated by @code{pathsep} are also accepted. For example,\n\ \n\ @example\n\ addpath (\"dir1:/dir2:~/dir3\");\n\ @@ -2177,7 +2177,7 @@ Remove @var{dir1}, @dots{} from the current function search path.\n\ \n\ In addition to accepting individual directory arguments, lists of\n\ -directory names separated by @code{pathsep} are also accepted. For example,\n +directory names separated by @code{pathsep} are also accepted. For example,\n\ \n\ @example\n\ rmpath (\"dir1:/dir2:~/dir3\");\n\