From: <par...@us...> - 2012-06-13 08:28:17
|
Revision: 10628 http://octave.svn.sourceforge.net/octave/?rev=10628&view=rev Author: paramaniac Date: 2012-06-13 08:28:08 +0000 (Wed, 13 Jun 2012) Log Message: ----------- control: fix copy-paste error in docstring Modified Paths: -------------- trunk/octave-forge/main/control/inst/filt.m Modified: trunk/octave-forge/main/control/inst/filt.m =================================================================== --- trunk/octave-forge/main/control/inst/filt.m 2012-06-12 15:09:09 UTC (rev 10627) +++ trunk/octave-forge/main/control/inst/filt.m 2012-06-13 08:28:08 UTC (rev 10628) @@ -37,7 +37,7 @@ ## default value -1 (unspecified) is taken. ## @item @dots{} ## Optional pairs of properties and values. -## Type @command{set (tf)} for more information. +## Type @command{set (filt)} for more information. ## @end table ## ## @strong{Outputs} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |