* wl-vars.el (wl-folder-summary-line-format-alist): Fixed docstring
authorhmurata <hmurata>
Wed, 8 May 2002 04:06:46 +0000 (04:06 +0000)
committerhmurata <hmurata>
Wed, 8 May 2002 04:06:46 +0000 (04:06 +0000)
(Follow the change above).

wl/ChangeLog
wl/wl-vars.el

index 0116eb4..9c04bd2 100644 (file)
@@ -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  <yoichi@eken.phys.nagoya-u.ac.jp>
 
index 9db9e28..c0748dc 100644 (file)
@@ -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)