aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/gnus.texi5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index 7248897f05b..c4bccdc30a1 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -29672,7 +29672,7 @@ group and article numbers are when fetching articles by
29672on successful article retrieval. 29672on successful article retrieval.
29673 29673
29674 29674
29675@item (nnchoke-request-group GROUP &optional SERVER FAST) 29675@item (nnchoke-request-group GROUP &optional SERVER FAST INFO)
29676 29676
29677Get data on @var{group}. This function also has the side effect of 29677Get data on @var{group}. This function also has the side effect of
29678making @var{group} the current group. 29678making @var{group} the current group.
@@ -29680,6 +29680,9 @@ making @var{group} the current group.
29680If @var{fast}, don't bother to return useful data, just make @var{group} 29680If @var{fast}, don't bother to return useful data, just make @var{group}
29681the current group. 29681the current group.
29682 29682
29683If @var{info}, it allows the backend to update the group info
29684structure.
29685
29683Here's an example of some result data and a definition of the same: 29686Here's an example of some result data and a definition of the same:
29684 29687
29685@example 29688@example