# HG changeset patch # User John W. Eaton # Date 1284576594 14400 # Node ID 1ec2f19857fa8c8cfd1b1ba89c477ddb88002195 # Parent 5360734281823edc804f208ebc3a928406adc3b4 fix typo in previous change to load-path.cc diff -r 536073428182 -r 1ec2f19857fa src/load-path.cc --- a/src/load-path.cc Wed Sep 15 14:48:09 2010 -0400 +++ b/src/load-path.cc Wed Sep 15 14:49:54 2010 -0400 @@ -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\