From 28dc85bf298526ea5b40ebbeff5e725501d76bf8 Mon Sep 17 00:00:00 2001 From: teranisi Date: Wed, 19 Jun 2002 01:13:39 +0000 Subject: [PATCH] 2002-06-18 KAMO Tomoyuki * wl-summary.el (wl-summary-refile-region): Fixed docstring. --- wl/ChangeLog | 1 + wl/wl-summary.el | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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)) -- 1.7.10.4