diff scripts/strings/strchr.m @ 8830:fa981a053064

doc fixes
author John W. Eaton <jwe@octave.org>
date Fri, 20 Feb 2009 12:24:03 -0500
parents 954b6f69f51d
children eb63fbe60fab
line wrap: on
line diff
--- a/scripts/strings/strchr.m
+++ b/scripts/strings/strchr.m
@@ -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}.