diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/gnus.texi | 5 |
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 | |||
| 29672 | on successful article retrieval. | 29672 | on 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 | ||
| 29677 | Get data on @var{group}. This function also has the side effect of | 29677 | Get data on @var{group}. This function also has the side effect of |
| 29678 | making @var{group} the current group. | 29678 | making @var{group} the current group. |
| @@ -29680,6 +29680,9 @@ making @var{group} the current group. | |||
| 29680 | If @var{fast}, don't bother to return useful data, just make @var{group} | 29680 | If @var{fast}, don't bother to return useful data, just make @var{group} |
| 29681 | the current group. | 29681 | the current group. |
| 29682 | 29682 | ||
| 29683 | If @var{info}, it allows the backend to update the group info | ||
| 29684 | structure. | ||
| 29685 | |||
| 29683 | Here's an example of some result data and a definition of the same: | 29686 | Here's an example of some result data and a definition of the same: |
| 29684 | 29687 | ||
| 29685 | @example | 29688 | @example |