diff doc/interpreter/func.txi @ 8567:674d00f5e072

remove variable index
author Soren Hauberg <soren@hauberg.org>
date Thu, 22 Jan 2009 11:11:16 -0500
parents fa78cb8d8a5c
children 03b7f618ab3d
line wrap: on
line diff
--- a/doc/interpreter/func.txi	Thu Jan 22 11:06:56 2009 -0500
+++ b/doc/interpreter/func.txi	Thu Jan 22 11:11:16 2009 -0500
@@ -339,7 +339,7 @@
 @node Variable-length Argument Lists
 @section Variable-length Argument Lists
 @cindex variable-length argument lists
-@vrindex @code{varargin}
+@cindex @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
@@ -423,7 +423,7 @@
 @node Variable-length Return Lists
 @section Variable-length Return Lists
 @cindex variable-length return lists
-@vrindex @code{varargout}
+@cindex @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