diff doc/interpreter/octave.texi @ 12573:232a90612254

Add new section on parsing to documentation. Add functions add_input_event_hook, remove_input_event_hook, missing_function_hook to documentation.
author Rik <octave@nomad.inbox5.com>
date Sun, 03 Apr 2011 20:33:14 -0700
parents d6ad4ed57dda
children 5161d02c96b7
line wrap: on
line diff
--- a/doc/interpreter/octave.texi	Sun Apr 03 13:55:58 2011 -0700
+++ b/doc/interpreter/octave.texi	Sun Apr 03 20:33:14 2011 -0700
@@ -209,7 +209,7 @@
 * Trouble::                     If you have trouble installing Octave.
 * Installation::                How to configure, compile and install Octave.
 * Emacs Octave Support::                       
-@c * Grammar::                     
+* Grammar and Parser::                     
 * Copying::                     The GNU General Public License.
 * Concept Index::               An item for each concept.
 * Function Index::              An item for each documented function.
@@ -854,6 +854,12 @@
 * Using Octave Mode::           
 * Running Octave from Within Emacs::  
 * Using the Emacs Info Reader for Octave::  
+
+Grammar and Parser
+
+* Keywords::                    
+* Parser::                    
+
 @end detailmenu
 @end menu
 
@@ -912,7 +918,7 @@
 @include bugs.texi
 @include install.texi
 @include emacs.texi
-@c @include grammar.texi
+@include grammar.texi
 @include gpl.texi
 
 @c ------------------------------------------------------------------------