# HG changeset patch # User John W. Eaton # Date 1232643723 18000 # Node ID 38ee7ce3bc7d065153285c501c12f266f0a81cbf # Parent e768b112e58fa9cc4b8e35a8081cf9c6170833a1 fix menus in manual diff --git a/doc/interpreter/octave.texi b/doc/interpreter/octave.texi --- a/doc/interpreter/octave.texi +++ b/doc/interpreter/octave.texi @@ -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:: diff --git a/doc/interpreter/var.txi b/doc/interpreter/var.txi --- a/doc/interpreter/var.txi +++ b/doc/interpreter/var.txi @@ -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