From: yoichi Date: Mon, 17 Dec 2001 14:45:49 +0000 (+0000) Subject: Fixed docstring. X-Git-Tag: wl-2_9_5~87 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=2dc5cf9f94f8b1588cb181cd8666a46ffbb8898d;p=elisp%2Fwanderlust.git Fixed docstring. --- diff --git a/elmo/ChangeLog b/elmo/ChangeLog index 6ffc8dc..20ebd6c 100644 --- a/elmo/ChangeLog +++ b/elmo/ChangeLog @@ -1,3 +1,7 @@ +2001-12-17 Yoichi NAKAYAMA + + * elmo.el (elmo-folder-confirm-appends): Fixed docstring. + 2001-12-17 Yuuichi Teranishi * elmo-imap4.el (elmo-imap4-search-internal-primitive): Fixed diff --git a/elmo/elmo.el b/elmo/elmo.el index 0d9fcb2..e4bf81f 100644 --- a/elmo/elmo.el +++ b/elmo/elmo.el @@ -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