From dba40647e47d07a603c51ef26cb90482221dec2e Mon Sep 17 00:00:00 2001 From: yoichi Date: Mon, 6 Jan 2003 08:01:55 +0000 Subject: [PATCH] * wl-vars.el (wl-summary-default-view-alist): Fix docstring --- wl/wl-vars.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wl/wl-vars.el b/wl/wl-vars.el index 02cb26a..6d7fe5c 100644 --- a/wl/wl-vars.el +++ b/wl/wl-vars.el @@ -181,7 +181,7 @@ If you don't have multiple e-mail addresses, you don't have to set this." :group 'wl-summary) (defcustom wl-summary-default-view-alist nil - "An alist of folder name and summary default view. + "An alist of regexp for folder name and summary default view. If no match, `wl-summary-default-view' is used." :type '(repeat (cons (regexp :tag "Folder Regexp") (choice (const :tag "Thread" thread) -- 1.7.10.4