changeset 8496:caaad80e81aa

[docs] add hyphen
author Brian Gough <bjg@gnu.org>
date Tue, 13 Jan 2009 00:27:13 -0500
parents e7b4de25ecb6
children 63d2f6508dde
files src/DLD-FUNCTIONS/fft2.cc src/DLD-FUNCTIONS/fftn.cc
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/fft2.cc	Tue Jan 13 00:27:10 2009 -0500
+++ b/src/DLD-FUNCTIONS/fft2.cc	Tue Jan 13 00:27:13 2009 -0500
@@ -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\
--- a/src/DLD-FUNCTIONS/fftn.cc	Tue Jan 13 00:27:10 2009 -0500
+++ b/src/DLD-FUNCTIONS/fftn.cc	Tue Jan 13 00:27:13 2009 -0500
@@ -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\