diff options
Diffstat (limited to 'lisp/gnus')
-rw-r--r-- | lisp/gnus/nnselect.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/gnus/nnselect.el b/lisp/gnus/nnselect.el index 9193b38e315..c880d79840f 100644 --- a/lisp/gnus/nnselect.el +++ b/lisp/gnus/nnselect.el @@ -257,8 +257,7 @@ as `(keyfunc member)' and the corresponding element is just 'nnselect-retrieve-headers-override-function "28.1") (defcustom nnselect-allow-ephemeral-expiry nil - "If non-nil, articles in an ephemeral nnselect group will be put -through the expiry process." + "If non-nil, articles in ephemeral nnselect groups are subject to expiry." :version "29.1" :type 'boolean) |