From f9904054bea1fd0d03981bd2c973310e004b9810 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Sat, 7 Jan 2012 00:00:08 +0100 Subject: [PATCH] (gnus-group-read-ephemeral-group): Doc clarification (bug#9692). --- lisp/ChangeLog | 3 +++ lisp/gnus-group.el | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b814c41ef..4db6a39c9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2012-01-06 Lars Magne Ingebrigtsen + * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification + (bug#9692). + * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the article was fetched, so that it can be expired later (bug#9958). (gnus-agent-summary-fetch-series): Add doc string. diff --git a/lisp/gnus-group.el b/lisp/gnus-group.el index 5a8741039..85bd15652 100644 --- a/lisp/gnus-group.el +++ b/lisp/gnus-group.el @@ -2277,8 +2277,8 @@ confirmation is required." number) "Read GROUP from METHOD as an ephemeral group. If ACTIVATE, request the group first. -If QUIT-CONFIG, use that window configuration when exiting from the -ephemeral group. +If QUIT-CONFIG, use that Gnus window configuration name when +exiting from the ephemeral group. If REQUEST-ONLY, don't actually read the group; just request it. If SELECT-ARTICLES, only select those articles. If PARAMETERS, use those as the group parameters. -- 2.34.1