* gnus.texi (Optional Back End Functions):
authorPaul Jarc <prj@po.cwru.edu>
Thu, 19 Dec 2002 19:37:17 +0000 (19:37 +0000)
committerPaul Jarc <prj@po.cwru.edu>
Thu, 19 Dec 2002 19:37:17 +0000 (19:37 +0000)
nnchoke-request-update-info need not return the info object.

texi/ChangeLog
texi/gnus.texi

index bf73055..6fe1519 100644 (file)
@@ -1,3 +1,8 @@
+2002-12-19  Paul Jarc  <prj@po.cwru.edu>
+
+       * gnus.texi (Optional Back End Functions):
+       nnchoke-request-update-info need not return the info object.
+
 2002-12-15  Jesper Harder  <harder@ifa.au.dk>
 
        * gnusref.tex: Additions.
index 4589694..04e6fc9 100644 (file)
@@ -24386,7 +24386,7 @@ A Gnus group info (@pxref{Group Info}) is handed to the back end for
 alterations.  This comes in handy if the back end really carries all the
 information (as is the case with virtual and imap groups).  This
 function should destructively alter the info to suit its needs, and
-should return the (altered) group info.
+should return a non-nil value.
 
 There should be no result data from this function.