(gnus-summary-copy-article): Fixed doc string.
authorReiner Steib <Reiner.Steib@gmx.de>
Mon, 13 Sep 2004 10:28:36 +0000 (10:28 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Mon, 13 Sep 2004 10:28:36 +0000 (10:28 +0000)
lisp/ChangeLog
lisp/gnus-sum.el

index 912f739..14fdb62 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 1f95ec0..af07371 100644 (file)
@@ -9157,8 +9157,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.