From: yoichi Date: Fri, 10 Dec 2004 03:42:59 +0000 (+0000) Subject: * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width. X-Git-Tag: wl-2_12-root~19 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=9e572af379cb726cbc765ab131e8c87e1e8e2e16;p=elisp%2Fwanderlust.git * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width. --- diff --git a/wl/ChangeLog b/wl/ChangeLog index e00a771..eeff565 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,7 @@ +2004-12-10 Yoichi NAKAYAMA + + * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width. + 2004-12-07 Tetsurou Okazaki * wl-action.el (wl-summary-exec-action-refile): Display a done message diff --git a/wl/wl-vars.el b/wl/wl-vars.el index 1f91f9c..609f94f 100644 --- a/wl/wl-vars.el +++ b/wl/wl-vars.el @@ -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)