changeset 8571:38ee7ce3bc7d

fix menus in manual
author John W. Eaton <jwe@octave.org>
date Thu, 22 Jan 2009 12:02:03 -0500
parents e768b112e58f
children e17f262a02cd
files doc/interpreter/octave.texi doc/interpreter/var.txi
diffstat 2 files changed, 5 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/octave.texi	Thu Jan 22 11:54:36 2009 -0500
+++ b/doc/interpreter/octave.texi	Thu Jan 22 12:02:03 2009 -0500
@@ -190,7 +190,6 @@
 @c * Grammar::                     
 * Copying::                     The GNU General Public License.
 * Concept Index::               An item for each concept.
-* Variable Index::              An item for each documented variable.
 * Function Index::              An item for each documented function.
 * Operator Index::              An item for each documented operator.
 
@@ -290,13 +289,6 @@
 * Cell Arrays::
 * Comma Separated Lists::
 
-Variables
-
-* Global Variables::            
-* Status of Variables::         
-* Summary of Built-in Variables::  
-* Defaults from the Environment::  
-
 Expressions
 
 * Index Expressions::           
@@ -310,6 +302,11 @@
 
 Calling Functions
 
+Variables
+
+* Global Variables::            
+* Status of Variables::         
+
 * Call by Value::               
 * Recursion::                   
 
--- a/doc/interpreter/var.txi	Thu Jan 22 11:54:36 2009 -0500
+++ b/doc/interpreter/var.txi	Thu Jan 22 12:02:03 2009 -0500
@@ -79,8 +79,6 @@
 * Global Variables::            
 * Persistent Variables::        
 * Status of Variables::         
-* Summary of Built-in Variables::  
-* Defaults from the Environment::  
 @end menu
 
 @node Global Variables