* wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
authoryoichi <yoichi>
Fri, 10 Dec 2004 03:42:59 +0000 (03:42 +0000)
committeryoichi <yoichi>
Fri, 10 Dec 2004 03:42:59 +0000 (03:42 +0000)
wl/ChangeLog
wl/wl-vars.el

index e00a771..eeff565 100644 (file)
@@ -1,3 +1,7 @@
+2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
+
 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
 
        * wl-action.el (wl-summary-exec-action-refile): Display a done message
index 1f91f9c..609f94f 100644 (file)
@@ -290,7 +290,9 @@ which are replaced by the given information:
 %~ If the previous spec is not zero-length, replaced with ' '.
 
 If the format string contains the specifiers %( and %), the text between
-them will have the specified number of columns."
+them will have the specified number of columns.
+
+See also variable `wl-summary-width'."
   :group 'wl-summary
   :type 'string)