Gnus doc clarification
* lisp/gnus/gnus-sum.el (gnus-summary-save-article): Mention the gnus-prompt-before-saving variable (bug#20500).
This commit is contained in:
parent
d47dadd168
commit
079b6bebcb
1 changed files with 4 additions and 1 deletions
|
@ -11975,7 +11975,10 @@ save those articles instead.
|
|||
The variable `gnus-default-article-saver' specifies the saver function.
|
||||
|
||||
If the optional second argument NOT-SAVED is non-nil, articles saved
|
||||
will not be marked as saved."
|
||||
will not be marked as saved.
|
||||
|
||||
The `gnus-prompt-before-saving' variable says how prompting is
|
||||
performed."
|
||||
(interactive "P")
|
||||
(require 'gnus-art)
|
||||
(let* ((articles (gnus-summary-work-articles n))
|
||||
|
|
Loading…
Add table
Reference in a new issue