From 550a6d416af1d584bd477945ae6c5dc28dab584c Mon Sep 17 00:00:00 2001 From: yoichi Date: Wed, 27 Nov 2002 08:00:52 +0000 Subject: [PATCH] Add description for elmo-split-< and elmo-split->. --- doc/wl-ja.texi | 10 ++++++++++ doc/wl.texi | 12 +++++++++++- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/doc/wl-ja.texi b/doc/wl-ja.texi index 355d7d6..499cbea 100644 --- a/doc/wl-ja.texi +++ b/doc/wl-ja.texi @@ -6341,6 +6341,16 @@ pop3 × △ △ △ @end table @item +何らかの数 @samp{SIZE} を引数としてとる関数。 + +@table @code +@item @code{<} +メッセージのサイズが @samp{SIZE} より小さければ真。 +@item @code{>} +メッセージのサイズが @samp{SIZE} より大きければ真。 +@end table + +@item 任意の数の引数を取る関数。 @table @code diff --git a/doc/wl.texi b/doc/wl.texi index 7ecc95b..c45dd7e 100644 --- a/doc/wl.texi +++ b/doc/wl.texi @@ -6411,7 +6411,7 @@ learn how to write the condition practically. @enumerate @item -Functions which accept argument @samp{FIELD-NAME} and @samp{VALUE}. +Functions which accept arguments @samp{FIELD-NAME} and @samp{VALUE}. (@samp{FIELD-NAME} is a symbol that describes the field name) @table @code @@ -6433,6 +6433,16 @@ from matching @code{\(\)} patterns in the previous @samp{VALUE}. @end table @item +Functions which accept an argument @samp{SIZE}, @samp{SIZE} is some number. + +@table @code +@item @code{<} +True if the size of the message is less than @samp{SIZE}. +@item @code{>} +True if the size of the message is greater than @samp{SIZE}. +@end table + +@item Functions which accept any number of arguments. @table @code -- 1.7.10.4