Add description for elmo-split-< and elmo-split->.
authoryoichi <yoichi>
Wed, 27 Nov 2002 08:00:52 +0000 (08:00 +0000)
committeryoichi <yoichi>
Wed, 27 Nov 2002 08:00:52 +0000 (08:00 +0000)
doc/wl-ja.texi
doc/wl.texi

index 355d7d6..499cbea 100644 (file)
@@ -6341,6 +6341,16 @@ pop3                    \e$B!_\e(B    \e$B"$\e(B    \e$B"$\e(B    \e$B"$\e(B
 @end table
 
 @item
+\e$B2?$i$+$N?t\e(B @samp{SIZE} \e$B$r0z?t$H$7$F$H$k4X?t!#\e(B
+
+@table @code
+@item @code{<}
+\e$B%a%C%;!<%8$N%5%$%:$,\e(B @samp{SIZE} \e$B$h$j>.$5$1$l$P??!#\e(B
+@item @code{>}
+\e$B%a%C%;!<%8$N%5%$%:$,\e(B @samp{SIZE} \e$B$h$jBg$-$1$l$P??!#\e(B
+@end table
+
+@item
 \e$BG$0U$N?t$N0z?t$r<h$k4X?t!#\e(B
 
 @table @code
index 7ecc95b..c45dd7e 100644 (file)
@@ -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