# HG changeset patch # User John W. Eaton # Date 1219951861 14400 # Node ID 595028fcf65d29758f9763bf6791ad19002a6218 # Parent 8468140fd997a3382ef2d539eeec3f31d6166030 doc fix diff --git a/doc/interpreter/func.txi b/doc/interpreter/func.txi --- a/doc/interpreter/func.txi +++ b/doc/interpreter/func.txi @@ -338,7 +338,7 @@ @node Variable-length Argument Lists @section Variable-length Argument Lists @cindex variable-length argument lists -@cindex @code{varargin} +@vrindex @code{varargin} Sometimes the number of input arguments is not known when the function is defined. As an example think of a function that returns the smallest @@ -422,7 +422,7 @@ @node Variable-length Return Lists @section Variable-length Return Lists @cindex variable-length return lists -@cindex @code{varargout} +@vrindex @code{varargout} It is possible to return a variable number of output arguments from a function using a syntax that's similar to the one used with the