diff scripts/specfun/legendre.m @ 10793:be55736a0783

Grammarcheck the documentation from m-files.
author Rik <octave@nomad.inbox5.com>
date Sun, 18 Jul 2010 20:35:16 -0700
parents 1cd7c39a96ee
children e7ed20f87e82
line wrap: on
line diff
--- a/scripts/specfun/legendre.m	Mon Jul 19 06:17:54 2010 +0300
+++ b/scripts/specfun/legendre.m	Sun Jul 18 20:35:16 2010 -0700
@@ -18,10 +18,10 @@
 ## <http://www.gnu.org/licenses/>.
 
 ## -*- texinfo -*-
-## @deftypefn {Function File} {@var{l} =} legendre (@var{n}, @var{x})
+## @deftypefn  {Function File} {@var{l} =} legendre (@var{n}, @var{x})
 ## @deftypefnx {Function File} {@var{l} =} legendre (@var{n}, @var{x}, @var{normalization})
 ## Compute the Legendre function of degree @var{n} and order 
-## @var{m} = 0 @dots{} N.  The optional argument, @var{normalization}, 
+## @var{m} = 0 @dots{} N@.  The optional argument, @var{normalization}, 
 ## may be one of @code{"unnorm"}, @code{"sch"}, or @code{"norm"}.
 ## The default is @code{"unnorm"}.  The value of @var{n} must be a 
 ## non-negative scalar integer.