# HG changeset patch # User Rik # Date 1361985986 28800 # Node ID a885686b732a4402d5c72bf0036e1f7632e81b33 # Parent ed36d5543b27d097f7dab5cf314699b0d942515d build: Shorten long doc node title to prevent error in creating tar archive. * doc/interpreter/octave.texi, doc/interpreter/plot.txi: Shorten node name by removing @code{} macros from araound axis, line, patch words. diff -r ed36d5543b27 -r a885686b732a doc/interpreter/octave.texi --- a/doc/interpreter/octave.texi Wed Feb 27 11:14:44 2013 -0500 +++ b/doc/interpreter/octave.texi Wed Feb 27 09:26:26 2013 -0800 @@ -498,7 +498,7 @@ * Plot Annotations:: * Multiple Plots on One Page:: * Multiple Plot Windows:: -* Use of @code{axis}@comma{} @code{line}@comma{} and @code{patch} Functions +* Use of axis@comma{} line@comma{} and patch Functions:: * Manipulation of Plot Windows:: * Use of the @code{interpreter} Property:: * Printing and Saving Plots:: diff -r ed36d5543b27 -r a885686b732a doc/interpreter/plot.txi --- a/doc/interpreter/plot.txi Wed Feb 27 11:14:44 2013 -0500 +++ b/doc/interpreter/plot.txi Wed Feb 27 09:26:26 2013 -0800 @@ -62,7 +62,7 @@ * Plot Annotations:: * Multiple Plots on One Page:: * Multiple Plot Windows:: -* Use of @code{axis}@comma{} @code{line}@comma{} and @code{patch} Functions:: +* Use of axis@comma{} line@comma{} and patch Functions:: * Manipulation of Plot Windows:: * Use of the @code{interpreter} Property:: * Printing and Saving Plots:: @@ -521,8 +521,8 @@ @DOCSTRING(figure) -@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 +@node Use of axis@comma{} line@comma{} and patch Functions +@subsection Use of axis@comma{} line@comma{} and patch Functions You can create axes, line, and patch objects directly using the @code{axes}, @code{line}, and @code{patch} functions. These objects