diff scripts/deprecated/spfind.m @ 8818:8dee145c777d

fix "Deprecated in version" comments in deprecated fuctions
author John W. Eaton <jwe@octave.org>
date Thu, 19 Feb 2009 16:26:27 -0500
parents 1cdb42b372e8
children eb63fbe60fab
line wrap: on
line diff
--- a/scripts/deprecated/spfind.m	Thu Feb 19 15:39:19 2009 -0500
+++ b/scripts/deprecated/spfind.m	Thu Feb 19 16:26:27 2009 -0500
@@ -24,7 +24,7 @@
 ## This function has been deprecated.  Use @code{find} instead.
 ## @end deftypefn
 
-## Deprecated in version 3.1
+## Deprecated in version 3.2
 
 function varargout = spfind (varargin)
   persistent warned = false;