From: teranisi Date: Wed, 19 Jun 2002 01:13:39 +0000 (+0000) Subject: 2002-06-18 KAMO Tomoyuki X-Git-Tag: elmo-mark-root~77 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=28dc85bf298526ea5b40ebbeff5e725501d76bf8;p=elisp%2Fwanderlust.git 2002-06-18 KAMO Tomoyuki * wl-summary.el (wl-summary-refile-region): Fixed docstring. --- diff --git a/wl/ChangeLog b/wl/ChangeLog index 56524ce..140c4c6 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -11,6 +11,7 @@ (wl-summary-sort): Rewrite. (wl-summary-line-list-info): Ditto. (wl-summary-line-list-count): Ditto. + (wl-summary-refile-region): Fixed docstring. 2002-06-17 Yuuichi Teranishi diff --git a/wl/wl-summary.el b/wl/wl-summary.el index 112f1e8..6ec74cc 100644 --- a/wl/wl-summary.el +++ b/wl/wl-summary.el @@ -3428,7 +3428,7 @@ If optional argument NUMBER is specified, mark message specified by NUMBER." (defun wl-summary-refile-region (beg end) - "Put copy mark on messages in the region specified by BEG and END." + "Put refile mark on messages in the region specified by BEG and END." (interactive "r") (wl-summary-refile-region-subr "refile" beg end))