# HG changeset patch # User jwe # Date 948277860 0 # Node ID 79d76eca8e0841645c2ce789fa05dc43f0250cd8 # Parent 8e36c45e3a612051c3bd828036e4a5906dcfee1d [project @ 2000-01-19 10:31:00 by jwe] diff --git a/scripts/miscellaneous/texas_lotto.m b/scripts/miscellaneous/texas_lotto.m --- 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 diff --git a/scripts/statistics/base/table.m b/scripts/statistics/base/table.m --- 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. ## diff --git a/scripts/strings/isletter.m b/scripts/strings/isletter.m --- 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}