# HG changeset patch # User John W. Eaton # Date 1366872308 14400 # Node ID 68176102fe07d5a1061abbf5185aac25421cd712 # Parent 662a712b8fd570be07e92a660b74c09c28e04141 * load-path.cc (Faddpath): Doc fix. diff -r 662a712b8fd5 -r 68176102fe07 libinterp/interpfcn/load-path.cc --- a/libinterp/interpfcn/load-path.cc Thu Apr 25 02:42:45 2013 -0400 +++ b/libinterp/interpfcn/load-path.cc Thu Apr 25 02:45:08 2013 -0400 @@ -2165,7 +2165,7 @@ "-*- texinfo -*-\n\ @deftypefn {Built-in Function} {} addpath (@var{dir1}, @dots{})\n\ @deftypefnx {Built-in Function} {} addpath (@var{dir1}, @dots{}, @var{option})\n\ -Add @var{dir1}, @dots{} to the current function search path. If\n\ +Add named directories to the function search path. If\n\ @var{option} is \"-begin\" or 0 (the default), prepend the\n\ directory name to the current path. If @var{option} is \"-end\"\n\ or 1, append the directory name to the current path.\n\