diff doc/interpreter/func.txi @ 11255:d682cd6669ac

Update info-based documentation menus to include new nodes.
author Rik <octave@nomad.inbox5.com>
date Mon, 15 Nov 2010 17:57:43 -0800
parents 322f43e0e170
children 8d4c57258523
line wrap: on
line diff
--- a/doc/interpreter/func.txi	Mon Nov 15 16:52:43 2010 -0800
+++ b/doc/interpreter/func.txi	Mon Nov 15 17:57:43 2010 -0800
@@ -34,7 +34,7 @@
 * Variable-length Argument Lists::  
 * Ignoring Arguments::  
 * Variable-length Return Lists::  
-* Returning From a Function::   
+* Returning from a Function::   
 * Default Arguments::   
 * Function Files::              
 * Script Files::                
@@ -497,8 +497,8 @@
 
 @DOCSTRING(deal)
 
-@node Returning From a Function
-@section Returning From a Function
+@node Returning from a Function
+@section Returning from a Function
 
 The body of a user-defined function can contain a @code{return} statement.
 This statement returns control to the rest of the Octave program.  It
@@ -668,7 +668,7 @@
 @DOCSTRING(ignore_function_time_stamp)
 
 @menu
-* Manipulating the load path::
+* Manipulating the Load Path::
 * Subfunctions::
 * Private Functions::
 * Overloading and Autoloading::