fix docstring
authoryoichi <yoichi>
Mon, 17 Sep 2001 16:17:53 +0000 (16:17 +0000)
committeryoichi <yoichi>
Mon, 17 Sep 2001 16:17:53 +0000 (16:17 +0000)
wl/ChangeLog
wl/wl-fldmgr.el

index f620972..a0f9125 100644 (file)
@@ -1,3 +1,7 @@
+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.
index d64b06b..fc4277f 100644 (file)
@@ -845,7 +845,7 @@ return value is diffs '(-new -unread -all)."
           (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))
                                   "")