(The Gnus Registry): Don't give argument to @item used in @enumerate section
authorKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 24 Sep 2008 00:36:52 +0000 (00:36 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 24 Sep 2008 00:36:52 +0000 (00:36 +0000)
 so as to be able to be formatted with MAKEINFO=no.

texi/ChangeLog
texi/gnus.texi

index eed885a..dc2a48f 100644 (file)
@@ -1,4 +1,9 @@
-2008-09-19  Katsumi Yamaoka <yamaoka@jpl.org>
+2008-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus.texi (The Gnus Registry): Don't give argument to @item used in
+       @enumerate section so as to be able to be formatted with MAKEINFO=no.
+
+2008-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * gnus.texi (Top, Setup, Fancy splitting to parent)
        (Store custom flags and keywords, Store arbitrary data): Clean up
index 47f7fc7..e0506ab 100644 (file)
@@ -26506,7 +26506,6 @@ Save table: (spam-stat-save)
 
 @node The Gnus Registry
 @section The Gnus Registry
-
 @cindex registry
 @cindex split
 @cindex track
@@ -26521,26 +26520,29 @@ Although they will be explained in detail shortly, here's a quick list
 of said features in case your attention span is...  never mind.
 
 @enumerate
+@item
+Split messages to their parent
 
-@item Split messages to their parent
 This keeps discussions in the same group.  You can use the subject and
 the sender in addition to the Message-ID.  Several strategies are
 available.
 
-@item Store custom flags and keywords
+@item
+Store custom flags and keywords
+
 The registry can store custom flags and keywords for a message.  For
 instance, you can mark a message ``To-Do'' this way and the flag will
 persist whether the message is in the nnimap, nnml, nnmaildir,
 etc. backends.
 
-@item Store arbitrary data
+@item
+Store arbitrary data
+
 Through a simple ELisp API, the registry can remember any data for a
 message.  A built-in inverse map, when activated, allows quick lookups
 of all messages matching a particular set of criteria.
-
 @end enumerate
 
-
 @menu
 * Setup::                       
 * Fancy splitting to parent::