From 311ed97245c83f293949e5bcb4b59edf6e6281ca Mon Sep 17 00:00:00 2001 From: hmurata Date: Wed, 8 May 2002 04:06:46 +0000 Subject: [PATCH] * wl-vars.el (wl-folder-summary-line-format-alist): Fixed docstring (Follow the change above). --- wl/ChangeLog | 2 ++ wl/wl-vars.el | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/wl/ChangeLog b/wl/ChangeLog index 0116eb4..9c04bd2 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -2,6 +2,8 @@ * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c' and removed `F'. + (wl-folder-summary-line-format-alist): Fixed docstring (Follow the + change above). 2002-05-07 Yoichi NAKAYAMA diff --git a/wl/wl-vars.el b/wl/wl-vars.el index 9db9e28..c0748dc 100644 --- a/wl/wl-vars.el +++ b/wl/wl-vars.el @@ -237,8 +237,8 @@ them will have the specified number of columns." "An alist of folder name and a summary line format. If no match, `wl-summary-line-format' is used. e.x. - '((\"^%\" . \"%M/%D(%W)%h:%m %t%[%14F %](%S) %s\") - (\"^@2ch\" . \"%M%/%D/%h:%m %t[%9F ]%s\")))" + '((\"^%\" . \"%M/%D(%W)%h:%m %t%[%14(%c %f%) %](%S) %s\") + (\"^@2ch\" . \"%M%/%D/%h:%m %t[%9(%c %f%) ]%s\")))" :type '(repeat (cons (regexp :tag "Folder Regexp") (string :tag "line format"))) :group 'wl-summary) -- 1.7.10.4