diff src/DLD-FUNCTIONS/strfind.cc @ 10840:89f4d7e294cc

Grammarcheck .cc files
author Rik <octave@nomad.inbox5.com>
date Sat, 31 Jul 2010 11:18:11 -0700
parents 21defab4207c
children fd0a3ac60b0e
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/strfind.cc	Fri Jul 30 18:59:31 2010 -0400
+++ b/src/DLD-FUNCTIONS/strfind.cc	Sat Jul 31 11:18:11 2010 -0700
@@ -147,7 +147,7 @@
 
 DEFUN_DLD (strfind, args, ,
   "-*- texinfo -*-\n\
-@deftypefn {Loadable Function} {@var{idx} =} strfind (@var{str}, @var{pattern})\n\
+@deftypefn  {Loadable Function} {@var{idx} =} strfind (@var{str}, @var{pattern})\n\
 @deftypefnx {Loadable Function} {@var{idx} =} strfind (@var{cellstr}, @var{pattern})\n\
 Search for @var{pattern} in the string @var{str} and return the\n\
 starting index of every such occurrence in the vector @var{idx}.\n\
@@ -323,10 +323,10 @@
 
 DEFUN_DLD (strrep, args, ,
   "-*- texinfo -*-\n\
-@deftypefn {Loadable Function} {} strrep (@var{s}, @var{x}, @var{y})\n\
+@deftypefn  {Loadable Function} {} strrep (@var{s}, @var{x}, @var{y})\n\
 @deftypefnx {Loadable Function} {} strrep (@var{s}, @var{x}, @var{y}, \"overlaps\", @var{o})\n\
 Replace all occurrences of the substring @var{x} of the string @var{s}\n\
-with the string @var{y} and return the result.  For example,\n\
+with the string @var{y} and return the result.  For example:\n\
 \n\
 @example\n\
 @group\n\