From 2dc5cf9f94f8b1588cb181cd8666a46ffbb8898d Mon Sep 17 00:00:00 2001 From: yoichi Date: Mon, 17 Dec 2001 14:45:49 +0000 Subject: [PATCH] Fixed docstring. --- elmo/ChangeLog | 4 ++++ elmo/elmo.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 1.7.10.4