From: yoichi Date: Fri, 1 Nov 2002 05:57:09 +0000 (+0000) Subject: update X-Git-Tag: wl-2_11_1~70 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=6aad918dc74444a74a77effff5938afdf9f00ad0;p=elisp%2Fwanderlust.git update --- diff --git a/doc/wl-ja.texi b/doc/wl-ja.texi index 730fe10..6aa3d23 100644 --- a/doc/wl-ja.texi +++ b/doc/wl-ja.texi @@ -6282,7 +6282,7 @@ pop3 × △ △ △ @end lisp という一組です。 -第一の要素 @samp{条件} は sexp です。詳しくはすぐ後で説明します。 +第一の要素 @samp{条件} は S 式です。書式についてはすぐ後で説明します。 第二の要素 @samp{フォルダ} はメッセージの振り分け先のフォルダ名です。 もし第三の要素 @code{continue} がシンボルとして与えられると、 その条件が満たされたとしても振り分け規則の評価を続けます。 diff --git a/doc/wl.texi b/doc/wl.texi index ec3cbdf..5efa585 100644 --- a/doc/wl.texi +++ b/doc/wl.texi @@ -6370,11 +6370,11 @@ The basic unit of the rule is a combination like (@samp{CONDITION} @samp{FOLDER} [@code{continue}]) @end lisp -The 1st element @samp{CONDITION} is a sexp. Its grammar will be -explained below. The 2nd element @samp{FOLDER} is the name of the folder -to split messages into. When the 3rd element @code{continue} is -specified as symbol, evaluating rules is not stopped even when the -condition is satisfied. +The 1st element @samp{CONDITION} is a balanced expression (sexp). Its +grammar will be explained below. The 2nd element @samp{FOLDER} is the +name of the folder to split messages into. When the 3rd element +@code{continue} is specified as symbol, evaluating rules is not stopped +even when the condition is satisfied. The grammar for @samp{CONDITION} is as follows. See example above to learn how to write the condition practically.