+2001-09-17 Reuben Thomas <rrt@dcs.gla.ac.uk>
+
+ * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
+
2001-09-17 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
* wl-vars.el (wl-summary-width): Fix type to accept nil.
(folder (wl-folder-get-elmo-folder entity))
(msgs (and (elmo-folder-exists-p folder)
(elmo-folder-list-messages folder))))
- (when (yes-or-no-p (format "%sDo you really delete \"%s\"? "
+ (when (yes-or-no-p (format "%sDo you really want to delete \"%s\"? "
(if (> (length msgs) 0)
(format "%d msg(s) exists. " (length msgs))
"")