+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.
(entity (elmo-string (nth 4 tmp)))
(msgs (and (elmo-folder-exists-p entity)
(elmo-list-folder entity))))
- (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))
"")