diff scripts/polynomial/polyint.m @ 8286:6f2d95255911

fix @seealso references to point to existing anchors
author Thorsten Meyer <thorsten.meyier@gmx.de>
date Wed, 29 Oct 2008 17:52:54 -0400
parents aeeb646f6538
children eb63fbe60fab
line wrap: on
line diff
--- a/scripts/polynomial/polyint.m
+++ b/scripts/polynomial/polyint.m
@@ -22,7 +22,7 @@
 ## coefficients are represented by the vector @var{c}. The variable
 ## @var{k} is the constant of integration, which by default is set to zero.
 ## @seealso{poly, polyderiv, polyreduce, roots, conv, deconv, residue,
-## filter, polyval, and polyvalm}
+## filter, polyval, polyvalm}
 ## @end deftypefn
 
 ## Author: Tony Richardson <arichard@stark.cc.oh.us>