changeset 3460:79d76eca8e08

[project @ 2000-01-19 10:31:00 by jwe]
author jwe
date Wed, 19 Jan 2000 10:31:00 +0000
parents 8e36c45e3a61
children 1f2ce6b49c57
files scripts/miscellaneous/texas_lotto.m scripts/statistics/base/table.m scripts/strings/isletter.m
diffstat 3 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/miscellaneous/texas_lotto.m
+++ b/scripts/miscellaneous/texas_lotto.m
@@ -18,7 +18,7 @@
 ## 02111-1307, USA.
 
 ## -*- texinfo -*-
-## @deftypefn {Function File } {@var{winning_numbers} =} texas_lotto ()
+## @deftypefn {Function File} {@var{winning_numbers} =} texas_lotto ()
 ## Pick 6 unique numbers between 1 and 50 that are guaranteed to win
 ## the Texas Lotto.
 ## @end deftypefn
--- a/scripts/statistics/base/table.m
+++ b/scripts/statistics/base/table.m
@@ -15,8 +15,8 @@
 ## 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
 ## -*- texinfo -*-
-## @deftypefn {Function File} {} [@var{t}, @var{l_x}] = table (@var{x})
-## @deftypefnx {Function File} {} [@var{t}, @var{l_x}, @var{l_y}] = table (@var{x}, @var{y})
+## @deftypefn {Function File} {[@var{t}, @var{l_x}] =} table (@var{x})
+## @deftypefnx {Function File} {[@var{t}, @var{l_x}, @var{l_y}] =} table (@var{x}, @var{y})
 ## Create a contingency table @var{t} from data vectors.  The @var{l}
 ## vectors are the corresponding levels.
 ##
--- a/scripts/strings/isletter.m
+++ b/scripts/strings/isletter.m
@@ -18,7 +18,7 @@
 ## 02111-1307, USA.
 
 ## -*- texinfo -*-
-## @deftypefn {Function File } { @var{bool} =} isletter(@var{s})
+## @deftypefn {Function File} {@var{bool} =} isletter(@var{s})
 ## Returns true if @var{s} is a letter false otherwise.
 ## @end deftypefn
 ## @seealso{isalpha}