diff options
| -rw-r--r-- | lisp/gnus/gnus-sum.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-sum.el b/lisp/gnus/gnus-sum.el index e21d6bdb67d..4390a2c07d6 100644 --- a/lisp/gnus/gnus-sum.el +++ b/lisp/gnus/gnus-sum.el | |||
| @@ -11975,7 +11975,10 @@ save those articles instead. | |||
| 11975 | The variable `gnus-default-article-saver' specifies the saver function. | 11975 | The variable `gnus-default-article-saver' specifies the saver function. |
| 11976 | 11976 | ||
| 11977 | If the optional second argument NOT-SAVED is non-nil, articles saved | 11977 | If the optional second argument NOT-SAVED is non-nil, articles saved |
| 11978 | will not be marked as saved." | 11978 | will not be marked as saved. |
| 11979 | |||
| 11980 | The `gnus-prompt-before-saving' variable says how prompting is | ||
| 11981 | performed." | ||
| 11979 | (interactive "P") | 11982 | (interactive "P") |
| 11980 | (require 'gnus-art) | 11983 | (require 'gnus-art) |
| 11981 | (let* ((articles (gnus-summary-work-articles n)) | 11984 | (let* ((articles (gnus-summary-work-articles n)) |