# HG changeset patch # User John W. Eaton # Date 1235150643 18000 # Node ID fa981a0530644364cbddbabfae8d218100066c67 # Parent 235d71d7722136016f4d4f52b67e2d5170e617c0 doc fixes diff -r 235d71d77221 -r fa981a053064 scripts/strings/strchr.m --- a/scripts/strings/strchr.m Fri Feb 20 12:13:21 2009 -0500 +++ b/scripts/strings/strchr.m Fri Feb 20 12:24:03 2009 -0500 @@ -19,8 +19,7 @@ ## -*- texinfo -*- ## @deftypefn {Function File} {@var{idx} =} strchr (@var{str}, @var{chars}) ## @deftypefnx {Function File} {@var{idx} =} strchr (@var{str}, @var{chars}, @var{n}) -## @deftypefnx {Function File} {@var{idx} =} strchr (@var{str}, @var{chars}, -## @var{n}, @var{direction}) +## @deftypefnx {Function File} {@var{idx} =} strchr (@var{str}, @var{chars}, @var{n}, @var{direction}) ## Search for the string @var{str} for occurences of characters from the set @var{chars}. ## The return value, as well as the @var{n} and @var{direction} arguments behave ## identically as in @code{find}.