changeset 10957:0280f329eb72 octave-forge

iptcheckstr: see also validatestring
author carandraug
date Wed, 26 Sep 2012 14:37:59 +0000
parents 704a4789aacc
children bf349bbc893d
files main/image/inst/iptcheckstrs.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/main/image/inst/iptcheckstrs.m	Wed Sep 26 14:37:32 2012 +0000
+++ b/main/image/inst/iptcheckstrs.m	Wed Sep 26 14:37:59 2012 +0000
@@ -25,7 +25,7 @@
 ## @var{var_name} the name of the argument being checked (for the error message),
 ## and @var{pos} the position of the argument in the input.
 ##
-## @seealso{strcmp, strcmpi, find}
+## @seealso{strcmp, strcmpi, find, validatestring}
 ## @end deftypefn
 
 function out = iptcheckstrs (in, valid_str, func_name, var_name, pos)