diff scripts/general/interpft.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 be55736a0783
line wrap: on
line diff
--- a/scripts/general/interpft.m
+++ b/scripts/general/interpft.m
@@ -20,10 +20,10 @@
 ## @deftypefn {Function File} {} interpft (@var{x}, @var{n})
 ## @deftypefnx {Function File} {} interpft (@var{x}, @var{n}, @var{dim})
 ##
-## Fourier interpolation. If @var{x} is a vector, then @var{x} is
-## resampled with @var{n} points. The data in @var{x} is assumed to be
-## equispaced. If @var{x} is an array, then operate along each column of
-## the array separately. If @var{dim} is specified, then interpolate
+## Fourier interpolation.  If @var{x} is a vector, then @var{x} is
+## resampled with @var{n} points.  The data in @var{x} is assumed to be
+## equispaced.  If @var{x} is an array, then operate along each column of
+## the array separately.  If @var{dim} is specified, then interpolate
 ## along the dimension @var{dim}.
 ##
 ## @code{interpft} assumes that the interpolated function is periodic,