From: hmurata Date: Wed, 8 May 2002 04:06:46 +0000 (+0000) Subject: * wl-vars.el (wl-folder-summary-line-format-alist): Fixed docstring X-Git-Tag: elmo-mark-root~149 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=311ed97245c83f293949e5bcb4b59edf6e6281ca;p=elisp%2Fwanderlust.git * wl-vars.el (wl-folder-summary-line-format-alist): Fixed docstring (Follow the change above). --- 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)