diff doc/interpreter/func.txi @ 19102:be8a12acb20a

Deprecate nargchk in favor of narginchk. * NEWS: Announce deprecation. * func.txi: Remove reference to nargchk in manual. * narginchk.m, nargoutchk.m: Remove seealso references to nargchk. * __splinefit__.m: Replace nargchk with narginchk. * scripts/deprecated/nargchk.m: Moved from scripts/general. * scripts/deprecated/module.mk: Add nargchk to deprecated build system. * scripts/general/module.mk: Remove nargchk from regular build system.
author Rik <rik@octave.org>
date Mon, 01 Sep 2014 10:57:29 -0700
parents 0850b5212619
children efd5cf93013b
line wrap: on
line diff
--- a/doc/interpreter/func.txi	Mon Sep 01 08:00:05 2014 -0700
+++ b/doc/interpreter/func.txi	Mon Sep 01 10:57:29 2014 -0700
@@ -395,10 +395,8 @@
 
 @DOCSTRING(validateattributes)
 
-For compatibility with @sc{matlab}, @code{nargchk}, @code{narginchk} and
-@code{nargoutchk} are available which provide similar error checking.
-
-@DOCSTRING(nargchk)
+For compatibility with @sc{matlab}, @code{narginchk} and @code{nargoutchk} are
+available which provide similar error checking.
 
 @DOCSTRING(narginchk)