From 9e572af379cb726cbc765ab131e8c87e1e8e2e16 Mon Sep 17 00:00:00 2001 From: yoichi Date: Fri, 10 Dec 2004 03:42:59 +0000 Subject: [PATCH] * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width. --- wl/ChangeLog | 4 ++++ wl/wl-vars.el | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) 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) -- 1.7.10.4