* wl-summary.el (wl-summary-refile-region): Fixed docstring.
(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>
(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))