diff options
| author | Juanma Barranquero <lekktu@gmail.com> | 2007-06-07 00:16:30 +0000 |
|---|---|---|
| committer | Juanma Barranquero <lekktu@gmail.com> | 2007-06-07 00:16:30 +0000 |
| commit | 7edcc55464da9aa19e55a6cbd6b06c36eb102ed1 (patch) | |
| tree | 1593559cc40006df0b1d786a8e73238c1a6ee2a3 /lisp/gnus/mail-source.el | |
| parent | e699d13e0869b1dc846e81c76e0afa413c946dff (diff) | |
| download | emacs-7edcc55464da9aa19e55a6cbd6b06c36eb102ed1.tar.gz | |
(mail-source-delete-old-incoming-confirm): Fix typo in docstring.
Diffstat (limited to 'lisp/gnus/mail-source.el')
| -rw-r--r-- | lisp/gnus/mail-source.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/mail-source.el b/lisp/gnus/mail-source.el index b991415342d..99596d2584b 100644 --- a/lisp/gnus/mail-source.el +++ b/lisp/gnus/mail-source.el @@ -284,7 +284,7 @@ files older than number of days." (integer :tag "days"))) (defcustom mail-source-delete-old-incoming-confirm t - "*If non-nil, ask for for confirmation before deleting old incoming files. + "*If non-nil, ask for confirmation before deleting old incoming files. This variable only applies when `mail-source-delete-incoming' is a positive number." :version "22.1" |
