From 0462d8c49ff14c6679fe61cabaa6169d78cf0a7b Mon Sep 17 00:00:00 2001 From: okada Date: Thu, 22 Nov 2001 18:19:11 +0000 Subject: [PATCH] Add document for `part-top' and `part-bottom' --- doc/wl-ja.texi | 2 ++ doc/wl.texi | 2 ++ 2 files changed, 4 insertions(+) diff --git a/doc/wl-ja.texi b/doc/wl-ja.texi index 041f8f2..b403949 100644 --- a/doc/wl-ja.texi +++ b/doc/wl-ja.texi @@ -3887,6 +3887,8 @@ Non-nil ならメッセージバッファで長い行の折り返しをしません。 'body-file: 本文を指定したファイルの内容で置き換えます。 'bottom: 本文の末尾に指定した文字列を挿入します。 'bottom-file: 本文の末尾に指定したファイルを挿入します。 +'part-top: 現在のマルチパートの先頭に指定した文字列を挿入します。 +'part-bottom: 現在のマルチパートの末尾に指定した文字列を挿入します。 'template: 指定したテンプレートを適用します。 (次項 テンプレートの挿入参照) @end example diff --git a/doc/wl.texi b/doc/wl.texi index c62a8ad..5966613 100644 --- a/doc/wl.texi +++ b/doc/wl.texi @@ -3909,6 +3909,8 @@ Per default, there are 10 following sub-functions. 'body-file: Replaces the body with the content of the specified file. 'bottom: Inserts the specified string at the bottom of the body. 'bottom-file: Inserts the specified file at the top of the body. +'header-top: Inserts the specified string at the top of the current part. +'header-bottom: Inserts the specified string at the bottom of the current part. 'template: Applies the specified template. (refer to the next subsection) @end example -- 1.7.10.4