From 71d0a275872a6d5d11e79925c881dc7989ebc126 Mon Sep 17 00:00:00 2001 From: yoichi Date: Sat, 24 Nov 2001 13:08:51 +0000 Subject: [PATCH] Fix typo. --- doc/wl.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/wl.texi b/doc/wl.texi index 7819c2d..933b95d 100644 --- a/doc/wl.texi +++ b/doc/wl.texi @@ -3901,8 +3901,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. +'part-top: Inserts the specified string at the top of the current part. +'part-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