2002-06-18 KAMO Tomoyuki <kamo@i-manage.co.jp>
authorteranisi <teranisi>
Wed, 19 Jun 2002 01:13:39 +0000 (01:13 +0000)
committerteranisi <teranisi>
Wed, 19 Jun 2002 01:13:39 +0000 (01:13 +0000)
* wl-summary.el (wl-summary-refile-region): Fixed docstring.

wl/ChangeLog
wl/wl-summary.el

index 56524ce..140c4c6 100644 (file)
@@ -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  <teranisi@gohome.org>
 
index 112f1e8..6ec74cc 100644 (file)
@@ -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))