changeset 16096:9720ecf8d257

Fix additional warning associated with Texinfo 5.0 (bug #38392) * doc/interpreter/octave.texi: Add 3 nodes missing from plot @menu * doc/interpreter/plot.txi: Add 3 nodes missing from plot @menu
author Rik <rik@octave.org>
date Sun, 24 Feb 2013 20:38:33 -0800
parents 1339c964b527
children 2f4fa62089b3
files doc/interpreter/octave.texi doc/interpreter/plot.txi
diffstat 2 files changed, 12 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/octave.texi
+++ b/doc/interpreter/octave.texi
@@ -498,6 +498,9 @@
 * Plot Annotations::            
 * Multiple Plots on One Page::  
 * Multiple Plot Windows::       
+* Use of @code{axis}@comma{} @code{line}@comma{} and @code{patch} Functions
+* Manipulation of Plot Windows::
+* Use of the @code{interpreter} Property::
 * Printing and Saving Plots::              
 * Interacting with Plots::      
 * Test Plotting Functions::     
--- a/doc/interpreter/plot.txi
+++ b/doc/interpreter/plot.txi
@@ -62,6 +62,9 @@
 * Plot Annotations::            
 * Multiple Plots on One Page::  
 * Multiple Plot Windows::       
+* Use of @code{axis}@comma{} @code{line}@comma{} and @code{patch} Functions::
+* Manipulation of Plot Windows::
+* Use of the @code{interpreter} Property::
 * Printing and Saving Plots::              
 * Interacting with Plots::      
 * Test Plotting Functions::     
@@ -517,8 +520,9 @@
 the second a cosine wave.  Figure numbers must be positive integers.
 
 @DOCSTRING(figure)
-@subsection Use of @code{axis},  @code{line}, and @code{patch} functions
-@cindex use of @code{axis},  @code{line}, and @code{patch} functions
+
+@node Use of @code{axis}@comma{} @code{line}@comma{} and @code{patch} Functions
+@subsection Use of @code{axis}@comma{} @code{line}@comma{} and @code{patch} Functions
 
 You can create axes, line, and patch objects directly using the
 @code{axes}, @code{line}, and @code{patch} functions.  These objects
@@ -532,8 +536,8 @@
 
 @DOCSTRING(surface)
 
-@subsection Manipulation of plot windows
-@cindex manipulation of plot windows
+@node Manipulation of Plot Windows
+@subsection Manipulation of Plot Windows
 
 By default, Octave refreshes the plot window when a prompt is printed,
 or when waiting for input.  The
@@ -591,8 +595,8 @@
 
 @DOCSTRING(closereq)
 
+@node Use of the @code{interpreter} Property
 @subsection Use of the @code{interpreter} Property
-@cindex use of the @code{interpreter} property
 
 All text objects, including titles, labels, legends, and text, include
 the property 'interpreter', this property determines the manner in which