diff options
author | Basil L. Contovounesios <contovob@tcd.ie> | 2019-08-02 15:54:09 +0300 |
---|---|---|
committer | Basil L. Contovounesios <contovob@tcd.ie> | 2019-08-03 15:29:12 +0300 |
commit | e7818cb73ff042cb557332c7ea954fd512c87f69 (patch) | |
tree | f2fb21db93031c5714eb7f6d47b8e9d0f7244167 /lisp/gnus/gnus-cus.el | |
parent | 8b7c7762da516faea40ba761ee5f114e839dfd33 (diff) | |
download | emacs-e7818cb73ff042cb557332c7ea954fd512c87f69.tar.gz emacs-e7818cb73ff042cb557332c7ea954fd512c87f69.tar.bz2 emacs-e7818cb73ff042cb557332c7ea954fd512c87f69.zip |
Fix nnmail-expiry-wait docs and custom :types
* doc/misc/gnus.texi (Group Parameters, Expiring Mail):
* lisp/gnus/gnus-cus.el (gnus-group-parameters): Clarify
descriptions of nnmail-expiry, nnmail-expiry-wait, and
nnmail-expiry-wait-function.
* lisp/gnus/nnmail.el (nnmail-expiry-wait)
(nnmail-expiry-wait-function): Clarify docstrings and fix custom
:types (bug#36850).
Diffstat (limited to 'lisp/gnus/gnus-cus.el')
-rw-r--r-- | lisp/gnus/gnus-cus.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/gnus/gnus-cus.el b/lisp/gnus/gnus-cus.el index 66fa3e0590f..80459a7d62c 100644 --- a/lisp/gnus/gnus-cus.el +++ b/lisp/gnus/gnus-cus.el @@ -140,10 +140,10 @@ rules as described later).") :format "%v")) "\ When to expire. -Overrides any `nnmail-expiry-wait' and `nnmail-expiry-wait-function' -when expiring expirable messages. The value can either be a number of -days (not necessarily an integer) or the symbols `never' or -`immediate'.") +Overrides any `nnmail-expiry-wait' or `nnmail-expiry-wait-function' +settings when expiring expirable messages. The value can be +either a number of days (not necessarily an integer), or one of +the symbols `never' or `immediate'.") (expiry-target (choice :tag "Expiry Target" :value delete |