Synch to No Gnus 200409131028.
authoryamaoka <yamaoka>
Mon, 13 Sep 2004 10:41:11 +0000 (10:41 +0000)
committeryamaoka <yamaoka>
Mon, 13 Sep 2004 10:41:11 +0000 (10:41 +0000)
lisp/ChangeLog
lisp/gnus-sum.el

index 4105cba..4826510 100644 (file)
@@ -1,3 +1,7 @@
+2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-sum.el (gnus-summary-copy-article): Fixed doc string.
+
 2004-09-11  Simon Josefsson  <jas@extundo.com>
 
        * dns-mode.el: Add.
index f4bb199..88d9d5e 100644 (file)
@@ -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.