*** empty log message ***
[gnus] / texi / gnus.texi
index 53d3267..6e93deb 100644 (file)
@@ -13137,7 +13137,7 @@ There should be no data returned.
 
 
 @node Writing New Backends
-@subsection Writing New Backends
+@subsubsection Writing New Backends
 
 The various backends share many similarities.  @code{nnml} is just like
 @code{nnspool}, but it allows you to edit the articles on the server.
@@ -13153,15 +13153,6 @@ want to.  (You don't have to if you don't want to, of course.)
 All the backends declare their public variables and functions by using a
 package called @code{nnoo}.  
 
-@menu
-* Declaring Backends::     An overview of the @code{nnoo} mechanisms.
-* An Example Backend::     A complete backend.
-@end menu
-
-
-@node Declaring Backends
-@subsubsection Declaring Backends
-
 To inherit functions from other backends (and allow other backends to
 inherit functions from the current backend), you should use the
 following macros:
@@ -13248,10 +13239,6 @@ defined now.
 
 @end table
 
-
-@node An Example Backend
-@subsubsection An Example Backend
-
 Below is a slightly shortened version of the @code{nndir} backend.
 
 @lisp