changeset 8074:595028fcf65d

doc fix
author John W. Eaton <jwe@octave.org>
date Thu, 28 Aug 2008 15:31:01 -0400
parents 8468140fd997
children a028a5960e18
files doc/interpreter/func.txi
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/func.txi	Thu Aug 28 15:15:31 2008 -0400
+++ b/doc/interpreter/func.txi	Thu Aug 28 15:31:01 2008 -0400
@@ -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