From: kaoru Date: Fri, 10 Jan 2003 20:05:44 +0000 (+0000) Subject: Synch with trunk docstring. X-Git-Tag: wl-2_10_1pre~58 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=a0ab55a44ad924e6393149a2f7bacbcdb1eed580;p=elisp%2Fwanderlust.git Synch with trunk docstring. --- diff --git a/elmo/elmo-split.el b/elmo/elmo-split.el index d86e2c0..8d90e49 100644 --- a/elmo/elmo-split.el +++ b/elmo/elmo-split.el @@ -47,7 +47,7 @@ The format of this variable is a list of RULEs which has form like: The 1st element CONDITION is a sexp which consists of following. -1. Functions which accept argument FIELD-NAME and VALUE. +1. Functions which accept arguments FIELD-NAME and VALUE. FIELD-NAME is a symbol of the field name. `equal' ... True if the field value equals to VALUE. @@ -62,12 +62,17 @@ FIELD-NAME is a symbol of the field name. VALUE can contain \\& and \\N which will substitute from matching \\(\\) patterns in the previous VALUE. -2. Functions which accept any number of arguments. +2. Functions which accept an argument SIZE, SIZE is some number. + +`<' ... True if the size of the message is less than SIZE. +`>' ... True if the size of the message is greater than SIZE. + +3. Functions which accept any number of arguments. `or' ... True if one of the argument returns true. `and' ... True if all of the arguments return true. -3. A symbol. +4. A symbol. When a symbol is specified, it is evaluated.