Mercurial > hg > octave-lyh
diff scripts/strings/index.m @ 9051:1bf0ce0930be
Grammar check TexInfo in all .m files
Cleanup documentation sources to follow a few consistent rules.
Spellcheck was NOT done. (but will be in another changeset)
author | Rik <rdrider0-list@yahoo.com> |
---|---|
date | Fri, 27 Mar 2009 22:31:03 -0700 |
parents | eb63fbe60fab |
children | a87afd063e7d |
line wrap: on
line diff
--- a/scripts/strings/index.m +++ b/scripts/strings/index.m @@ -24,8 +24,10 @@ ## string @var{s}, or 0 if no occurrence is found. For example, ## ## @example +## @group ## index ("Teststring", "t") ## @result{} 4 +## @end group ## @end example ## ## If @var{direction} is @samp{"first"}, return the first element found.