Mercurial > hg > octave-avbm
changeset 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 | 536073428182 |
children | 4b51c0a20a98 |
files | src/load-path.cc |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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\