Skip to content

Commit d3f0cf7

Browse files
committed
Unify docstrings of Gnus summary's copy/move/crosspost article functions
* lisp/gnus/gnus-sum.el (gnus-summary-copy-article) (gnus-summary-crosspost-article): Make docstrings refer to gnus-summary-move-article.
1 parent 045cfbe commit d3f0cf7

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

lisp/gnus/gnus-sum.el

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10419,17 +10419,13 @@ ACTION can be either `move' (the default), `crosspost' or `copy'."
1041910419

1042010420
(defun gnus-summary-copy-article (&optional n to-newsgroup select-method)
1042110421
"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'."
1042810423
(interactive "P")
1042910424
(gnus-summary-move-article n to-newsgroup select-method 'copy))
1043010425

1043110426
(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'."
1043310429
(interactive "P")
1043410430
(gnus-summary-move-article n nil nil 'crosspost))
1043510431

0 commit comments

Comments
 (0)