From 58000cae51a9efe9b49db3f216e9d720225c7e65 Mon Sep 17 00:00:00 2001 From: yoichi Date: Mon, 12 Jan 2004 12:16:39 +0000 Subject: [PATCH] fix the last change --- wl/wl-vars.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wl/wl-vars.el b/wl/wl-vars.el index 6b11f04..2b527cc 100644 --- a/wl/wl-vars.el +++ b/wl/wl-vars.el @@ -1725,7 +1725,7 @@ with wl-highlight-folder-many-face." :group 'wl-pref) (defcustom wl-fcc nil - "*Folder Carbon Copy target initially added on creating draft buffer." + "*Folder Carbon Copy target initially added at creating draft buffer." :type '(choice (const :tag "disable" nil) string function) :group 'wl-draft @@ -1738,7 +1738,7 @@ with wl-highlight-folder-many-face." :group 'wl-pref) (defcustom wl-bcc nil - "*Blind Carbon Copy target initially added on creating draft buffer." + "*Blind Carbon Copy target initially added at creating draft buffer." :type '(choice (const :tag "disable" nil) string) :group 'wl-draft -- 1.7.10.4