diff doc/interpreter/func.txi @ 19146:bc640d4678fb

Undeprecate nargchk, but add note that narginchk is preferred. * func.txi: Use narginchk instead of nargchk in documentation example. * scripts/deprecated/nargchk.m: Remove deprecated version of nargchk. * scripts/deprecated/module.mk: Remove deprecated nargchk.m from build system. * scripts/general/nargchk.m: Add caution to docstring that this function may be removed in the future and that narginchk is preferred.
author Rik <rik@octave.org>
date Sat, 20 Sep 2014 15:01:25 -0700
parents efd5cf93013b
children c43223245085
line wrap: on
line diff
--- a/doc/interpreter/func.txi	Sat Sep 20 14:25:30 2014 -0700
+++ b/doc/interpreter/func.txi	Sat Sep 20 15:01:25 2014 -0700
@@ -1498,7 +1498,7 @@
 @item general
 Miscellaneous matrix manipulations, like @code{flipud}, @code{rot90},
 and @code{triu}, as well as other basic functions, like
-@code{ismatrix}, @code{nargchk}, etc.
+@code{ismatrix}, @code{narginchk}, etc.
 
 @item geometry
 Functions related to Delaunay triangulation.