From: yoichi Date: Thu, 20 Jan 2005 14:03:39 +0000 (+0000) Subject: remove duplicate entry for wl-message-window-size X-Git-Tag: wl-2_14-root~78 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=8a7ad5a6043a79b5b5590bf3ff500ba56792e70c;p=elisp%2Fwanderlust.git remove duplicate entry for wl-message-window-size --- diff --git a/doc/wl-ja.texi b/doc/wl-ja.texi index 19e440d..6af906b 100644 --- a/doc/wl-ja.texi +++ b/doc/wl-ja.texi @@ -4086,12 +4086,6 @@ Non-nil ならサマリの From 部分にあだ名を表示します。 初期設定は @code{t}。 Non-nil なら、@samp{^L} で改ページしてメッセージを表示します。 -@item wl-message-window-size -@vindex wl-message-window-size -初期設定は '(1 . 4)。 -サマリを表示するウィンドウとメッセージ本体を表示するウィンドウの比を -cons で指定します。car:cdr が サマリ:メッセージ です。 - @item wl-summary-from-function @vindex wl-summary-from-function サマリの差出人表示の整形に使う関数を指定します。 diff --git a/doc/wl.texi b/doc/wl.texi index e0695bf..5db681c 100644 --- a/doc/wl.texi +++ b/doc/wl.texi @@ -4100,12 +4100,6 @@ If non-nil, sender part displays nickname. The initial setting is @code{t}. If non-nil, message is split as pages by @samp{^L}. -@item wl-message-window-size -@vindex wl-message-window-size -The initial setting is '(1 . 4). -A cons cell to specify the rate of summary and message window. -car:cdr corresponds summary:message. - @item wl-summary-from-function @vindex wl-summary-from-function Format function to display sender in summary. @@ -4463,7 +4457,7 @@ message number will be changed. @table @code @item wl-message-window-size @vindex wl-message-window-size -Initial setting is @code{'(1 . 4)}. It is a cons cell and the ratio of +Initial setting is @code{(1 . 4)}. It is a cons cell and the ratio of its car and cdr value corresponds to the ratio of Summary and Message windows.