# HG changeset patch # User Brian Gough # Date 1231824433 18000 # Node ID caaad80e81aa7c1f9f8c1e7a698f046c7d6eb5b8 # Parent e7b4de25ecb69bfa7c728c108280b44c7a7fce86 [docs] add hyphen diff --git a/src/DLD-FUNCTIONS/fft2.cc b/src/DLD-FUNCTIONS/fft2.cc --- a/src/DLD-FUNCTIONS/fft2.cc +++ b/src/DLD-FUNCTIONS/fft2.cc @@ -170,7 +170,7 @@ DEFUN_DLD (fft2, args, , "-*- texinfo -*-\n\ @deftypefn {Loadable Function} {} fft2 (@var{a}, @var{n}, @var{m})\n\ -Compute the two dimensional FFT of @var{a} using subroutines from\n" +Compute the two-dimensional FFT of @var{a} using subroutines from\n" FFTSRC ". The optional arguments @var{n} and @var{m} may be used specify the\n\ number of rows and columns of @var{a} to use. If either of these is\n\ @@ -189,7 +189,7 @@ DEFUN_DLD (ifft2, args, , "-*- texinfo -*-\n\ @deftypefn {Loadable Function} {} fft2 (@var{a}, @var{n}, @var{m})\n\ -Compute the inverse two dimensional FFT of @var{a} using subroutines from\n" +Compute the inverse two-dimensional FFT of @var{a} using subroutines from\n" FFTSRC ". The optional arguments @var{n} and @var{m} may be used specify the\n\ number of rows and columns of @var{a} to use. If either of these is\n\ diff --git a/src/DLD-FUNCTIONS/fftn.cc b/src/DLD-FUNCTIONS/fftn.cc --- a/src/DLD-FUNCTIONS/fftn.cc +++ b/src/DLD-FUNCTIONS/fftn.cc @@ -152,7 +152,7 @@ DEFUN_DLD (fftn, args, , "-*- texinfo -*-\n\ @deftypefn {Loadable Function} {} fftn (@var{a}, @var{size})\n\ -Compute the N dimensional FFT of @var{a} using subroutines from\n" +Compute the N-dimensional FFT of @var{a} using subroutines from\n" FFTSRC ". The optional vector argument @var{size} may be used specify the\n\ dimensions of the array to be used. If an element of @var{size} is\n\ @@ -169,7 +169,7 @@ DEFUN_DLD (ifftn, args, , "-*- texinfo -*-\n\ @deftypefn {Loadable Function} {} ifftn (@var{a}, @var{size})\n\ -Compute the inverse N dimensional FFT of @var{a} using subroutines from\n" +Compute the inverse N-dimensional FFT of @var{a} using subroutines from\n" FFTSRC ". The optional vector argument @var{size} may be used specify the\n\ dimensions of the array to be used. If an element of @var{size} is\n\