From: yamaoka Date: Mon, 13 Sep 2004 10:41:11 +0000 (+0000) Subject: Synch to No Gnus 200409131028. X-Git-Tag: t-gnus-6_17_4-quimby-~768 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7858769c1a85353c5c7f8f9ceefecbfda262915;p=elisp%2Fgnus.git- Synch to No Gnus 200409131028. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4105cba..4826510 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2004-09-13 Reiner Steib + + * gnus-sum.el (gnus-summary-copy-article): Fixed doc string. + 2004-09-11 Simon Josefsson * dns-mode.el: Add. diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el index f4bb199..88d9d5e 100644 --- a/lisp/gnus-sum.el +++ b/lisp/gnus-sum.el @@ -9281,8 +9281,8 @@ ACTION can be either `move' (the default), `crosspost' or `copy'." (gnus-set-mode-line 'summary))) (defun gnus-summary-copy-article (&optional n to-newsgroup select-method) - "Move the current article to a different newsgroup. -If TO-NEWSGROUP is string, do not prompt for a newsgroup to move to. + "Copy the current article to some other group. +If TO-NEWSGROUP is string, do not prompt for a newsgroup to copy to. When called interactively, if TO-NEWSGROUP is nil, use the value of the variable `gnus-move-split-methods' for finding a default target newsgroup.