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

index 8d9accb..d5e6a21 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 0fb0b9e..ff02abc 100644 (file)
@@ -842,7 +842,7 @@ return value is diffs '(-new -unread -all)."
           (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))
                                   "")