diff scripts/geometry/dsearch.m @ 12575:d0b799dafede

Grammarcheck files for 3.4.1 release.
author Rik <octave@nomad.inbox5.com>
date Mon, 04 Apr 2011 15:33:46 -0700
parents c792872f8942
children 72c96de7a403
line wrap: on
line diff
--- a/scripts/geometry/dsearch.m	Mon Apr 04 13:37:13 2011 -0700
+++ b/scripts/geometry/dsearch.m	Mon Apr 04 15:33:46 2011 -0700
@@ -19,7 +19,7 @@
 ## -*- texinfo -*-
 ## @deftypefn  {Function File} {@var{idx} =} dsearch (@var{x}, @var{y}, @var{tri}, @var{xi}, @var{yi})
 ## @deftypefnx {Function File} {@var{idx} =} dsearch (@var{x}, @var{y}, @var{tri}, @var{xi}, @var{yi}, @var{s})
-## Returns the index @var{idx} or the closest point in @code{@var{x}, @var{y}}
+## Return the index @var{idx} or the closest point in @code{@var{x}, @var{y}}
 ## to the elements @code{[@var{xi}(:), @var{yi}(:)]}.  The variable @var{s} is
 ## accepted for compatibility but is ignored.
 ## @seealso{dsearchn, tsearch}