From f6699b5b4a7723d19b55cedf0de7886d51b64bea Mon Sep 17 00:00:00 2001 From: yoichi Date: Fri, 11 Jan 2002 16:49:19 +0000 Subject: [PATCH] Fix explanation of wl-unique-id-suffix. --- doc/wl.texi | 4 ++-- wl/wl-vars.el | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/wl.texi b/doc/wl.texi index bd0c42d..19eba44 100644 --- a/doc/wl.texi +++ b/doc/wl.texi @@ -4401,8 +4401,8 @@ address). @item wl-unique-id-suffix @vindex wl-unique-id-suffix -The initial setting is @samp{.wl}. You can specify the string on the -right neighbor of @samp{@@} in generated Message-ID. +The initial setting is @samp{.wl}. You can specify the string in generated +Message-ID which appear just before @samp{@@}. @item wl-draft-config-alist @vindex wl-draft-config-alist diff --git a/wl/wl-vars.el b/wl/wl-vars.el index dde058d..1975ef5 100644 --- a/wl/wl-vars.el +++ b/wl/wl-vars.el @@ -1180,8 +1180,8 @@ Set this if (system-name) does not return FQDN." :group 'wl-pref) (defcustom wl-unique-id-suffix ".wl" - "*Specific the string on the right neighbor -of @ in generated Message-ID." + "*Specific string in generated Message-ID +which appear just before @." :type 'string :group 'wl-pref) -- 1.7.10.4