Fixed docstring.
authoryoichi <yoichi>
Mon, 17 Dec 2001 14:45:49 +0000 (14:45 +0000)
committeryoichi <yoichi>
Mon, 17 Dec 2001 14:45:49 +0000 (14:45 +0000)
elmo/ChangeLog
elmo/elmo.el

index 6ffc8dc..20ebd6c 100644 (file)
@@ -1,3 +1,7 @@
+2001-12-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * elmo.el (elmo-folder-confirm-appends): Fixed docstring.
+
 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
 
        * elmo-imap4.el (elmo-imap4-search-internal-primitive): Fixed
index 0d9fcb2..e4bf81f 100644 (file)
@@ -1124,7 +1124,7 @@ FIELD is a symbol of the field."
     (if (and elmo-folder-update-threshold
             (> len elmo-folder-update-threshold)
             elmo-folder-update-confirm)
-       (if (y-or-n-p (format "Too many messages(%d).  Continue? " len))
+       (if (y-or-n-p (format "Too many messages(%d).  Update all? " len))
            appends
          (setq in elmo-folder-update-threshold)
          (catch 'end