From: yoichi Date: Wed, 27 Nov 2002 08:00:52 +0000 (+0000) Subject: Add description for elmo-split-< and elmo-split->. X-Git-Tag: wl-2_11_1~22 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=550a6d416af1d584bd477945ae6c5dc28dab584c;p=elisp%2Fwanderlust.git Add description for elmo-split-< and elmo-split->. --- 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