File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -10419,17 +10419,13 @@ ACTION can be either `move' (the default), `crosspost' or `copy'."
10419
10419
10420
10420
(defun gnus-summary-copy-article (&optional n to-newsgroup select-method)
10421
10421
"Copy the current article to some other group.
10422
- If TO-NEWSGROUP is string, do not prompt for a newsgroup to copy to.
10423
- When called interactively, if TO-NEWSGROUP is nil, use the value of
10424
- the variable `gnus-move-split-methods' for finding a default target
10425
- newsgroup.
10426
- If SELECT-METHOD is non-nil, do not move to a specific newsgroup, but
10427
- re-spool using this method."
10422
+ Arguments have the same meanings as in `gnus-summary-move-article'."
10428
10423
(interactive "P")
10429
10424
(gnus-summary-move-article n to-newsgroup select-method 'copy))
10430
10425
10431
10426
(defun gnus-summary-crosspost-article (&optional n)
10432
- "Crosspost the current article to some other group."
10427
+ "Crosspost the current article to some other group.
10428
+ Arguments have the same meanings as in `gnus-summary-move-article'."
10433
10429
(interactive "P")
10434
10430
(gnus-summary-move-article n nil nil 'crosspost))
10435
10431
You can’t perform that action at this time.
0 commit comments