From a7858769c1a85353c5c7f8f9ceefecbfda262915 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Mon, 13 Sep 2004 10:41:11 +0000 Subject: [PATCH] Synch to No Gnus 200409131028. --- lisp/ChangeLog | 4 ++++ lisp/gnus-sum.el | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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. -- 1.7.10.4