diff doc/interpreter/octave.texi @ 14033:dfbf6a49847c stable

doc: Update documentation on indexing expressions * expr.txi, octave.texi: Update documentation on indexing expressions
author Rik <octave@nomad.inbox5.com>
date Sun, 11 Dec 2011 22:15:48 -0800
parents 5820f8ce683e
children 951eacaf9381
line wrap: on
line diff
--- a/doc/interpreter/octave.texi	Sun Dec 11 21:32:59 2011 -0800
+++ b/doc/interpreter/octave.texi	Sun Dec 11 22:15:48 2011 -0800
@@ -383,6 +383,10 @@
 * Increment Ops::               
 * Operator Precedence::         
 
+Index Expressions
+
+* Advanced Indexing::           
+
 Calling Functions
 
 * Call by Value::