diff options
author | Miles Bader <miles@gnu.org> | 2006-05-18 23:59:14 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2006-05-18 23:59:14 +0000 |
commit | f18df03d4a0494455b1cfc9540c725b2081fce65 (patch) | |
tree | bc357a4f75141fb73f51436a3f7e0bae1f077554 /lisp/gnus/gnus-sum.el | |
parent | d7ba2a0133de877bb573cabbadb48983c69ba6fb (diff) | |
download | emacs-f18df03d4a0494455b1cfc9540c725b2081fce65.tar.gz |
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 102)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-287
Diffstat (limited to 'lisp/gnus/gnus-sum.el')
-rw-r--r-- | lisp/gnus/gnus-sum.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/gnus/gnus-sum.el b/lisp/gnus/gnus-sum.el index daecb1701cd..5208ae27eb9 100644 --- a/lisp/gnus/gnus-sum.el +++ b/lisp/gnus/gnus-sum.el @@ -9507,7 +9507,7 @@ deleted forever, right now." (interactive) (or gnus-expert-user (gnus-yes-or-no-p - "Are you really, really, really sure you want to delete all these messages? ") + "Are you really, really sure you want to delete all expirable messages? ") (error "Phew!")) (gnus-summary-expire-articles t)) @@ -11043,7 +11043,7 @@ If HEADERS (the symbolic prefix), include the headers, too." (gnus-configure-windows 'pipe)))) (defun gnus-summary-save-article-mail (&optional arg) - "Append the current article to an mail file. + "Append the current article to a Unix mail box file. If N is a positive number, save the N next articles. If N is a negative number, save the N previous articles. If N is nil and any articles have been marked with the process mark, |