diff scripts/strings/rindex.m @ 10821:693e22af08ae

Grammarcheck documentation of m-files Add newlines between @item fields for readability.
author Rik <octave@nomad.inbox5.com>
date Mon, 26 Jul 2010 21:25:36 -0700
parents 16f53d29049f
children fd0a3ac60b0e
line wrap: on
line diff
--- a/scripts/strings/rindex.m	Mon Jul 26 07:41:23 2010 -0400
+++ b/scripts/strings/rindex.m	Mon Jul 26 21:25:36 2010 -0700
@@ -21,7 +21,7 @@
 ## @deftypefn {Function File} {} rindex (@var{s}, @var{t})
 ## Return the position of the last occurrence of the character string
 ## @var{t} in the character string @var{s}, or 0 if no occurrence is
-## found.  For example,
+## found.  For example:
 ##
 ## @example
 ## @group
@@ -30,7 +30,7 @@
 ## @end group
 ## @end example
 ##
-## @strong{Caution:}  This function does not work for arrays of
+## @strong{Caution:} This function does not work for arrays of
 ## character strings.
 ## @seealso{find, index}
 ## @end deftypefn