# HG changeset patch # User jwe # Date 1177510040 0 # Node ID 9ef0450c873d72ea75b33260eb98ec2fd6a03c12 # Parent d5d6a670f137541ee3ad24d969494d77218b51ef [project @ 2007-04-25 14:07:20 by jwe] diff --git a/scripts/ChangeLog b/scripts/ChangeLog --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,7 @@ +2007-04-25 John W. Eaton + + * plot/legend.m: Initialize WARNED to false. + 2007-04-24 John W. Eaton * io/beep.m: Fix cut and paste error. diff --git a/scripts/plot/legend.m b/scripts/plot/legend.m --- a/scripts/plot/legend.m +++ b/scripts/plot/legend.m @@ -152,6 +152,7 @@ endif endif + warned = false; for i = 1:nargs arg = varargin{i}; if (ischar (arg)) diff --git a/scripts/signal/filter2.m b/scripts/signal/filter2.m --- a/scripts/signal/filter2.m +++ b/scripts/signal/filter2.m @@ -18,7 +18,7 @@ ## 02110-1301, USA. ## -*- texinfo -*- -## @deftypefn {Function File} {@var{y} =} filter2 (@var{b, @var{x}}) +## @deftypefn {Function File} {@var{y} =} filter2 (@var{b}, @var{x}) ## @deftypefnx {Function File} {@var{y} =} filter2 (@var{b}, @var{x}, @var{shape}) ## Apply the 2-D FIR filter @var{b} to @var{x}. If the argument ## @var{shape} is specified, return an array of the desired shape. diff --git a/scripts/specfun/nchoosek.m b/scripts/specfun/nchoosek.m --- a/scripts/specfun/nchoosek.m +++ b/scripts/specfun/nchoosek.m @@ -20,7 +20,7 @@ ## -*- texinfo -*- ## @deftypefn {Function File} {@var{c} =} nchoosek (@var{n}, @var{k}) ## -## Compute the binomial coeeficient or all combinations of @var{n}. +## Compute the binomial coefficient or all combinations of @var{n}. ## If @var{n} is a scalar then, calculate the binomial coefficient ## of @var{n} and @var{k}, defined as ##