diff doc/interpreter/func.txi @ 13852:e36817e2ee60

New function narginchk
author Carnë Draug <carandraug+dev@gmail.com>
date Fri, 28 Oct 2011 17:31:43 +0100
parents 62d1f56b0be7
children b0cdd60db5e5
line wrap: on
line diff
--- a/doc/interpreter/func.txi	Thu Oct 27 23:00:58 2011 -0700
+++ b/doc/interpreter/func.txi	Fri Oct 28 17:31:43 2011 +0100
@@ -359,11 +359,13 @@
 which stops the function execution and prints a message about the correct
 way to call the function whenever the number of inputs is wrong.
 
-For compatibility with @sc{matlab}, @code{nargchk} and @code{nargoutchk} are
-available which provide similar error checking.
+For compatibility with @sc{matlab}, @code{nargchk}, @code{narginchk} and
+@code{nargoutchk} are available which provide similar error checking.
 
 @DOCSTRING(nargchk)
 
+@DOCSTRING(narginchk)
+
 @DOCSTRING(nargoutchk)
 
 @anchor{doc-varargin} @anchor{doc-varargout}