From e4d8c10d318b21b4648089083c51298bcebb08e4 Mon Sep 17 00:00:00 2001 From: yoichi Date: Sat, 15 Sep 2001 06:42:05 +0000 Subject: [PATCH] Fix. --- doc/wl-ja.texi | 6 +++--- doc/wl.texi | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/wl-ja.texi b/doc/wl-ja.texi index 86745c7..24b703e 100644 --- a/doc/wl-ja.texi +++ b/doc/wl-ja.texi @@ -615,7 +615,7 @@ Emacsen@{ @} # # @r{行末に @samp{/} がつくと、そのフォルダに含まれるサブフォルダ全てが} -# @r{ひとつのグループとなる。} +# @r{ひとつのグループとなる(アクセスグループ)。} # %#mh/expire@@localhost / # @r{MH のフォルダ全てをひとつのグループにする例。} @@ -636,9 +636,9 @@ Emacsen@{ グループには、2つの種類があります。一つは、上の例の @samp{Emacsen} のよ うに直接自分で好きなフォルダをグループとして定義するタイプです。 -もう一つは、上の例の @samp{+} のような @dfn{アクセスグループ} です。これ +もう一つは、上の例の @samp{+ /} のような @dfn{アクセスグループ} です。これ は、あるフォルダに含まれるサブフォルダ全てを一つのグループとするものです。 -(これはフォルダのタイプによって違います。例えば @samp{+} なら MH のサブ +(これはフォルダのタイプによって違います。例えば @samp{+ /} なら MH のサブ ディレクトリすべてがひとつのグループとなります。) 実際に試してみて、確認してからの方がわかりやすいと思われます。 diff --git a/doc/wl.texi b/doc/wl.texi index 352f1a9..2e88337 100644 --- a/doc/wl.texi +++ b/doc/wl.texi @@ -609,10 +609,10 @@ line and you have to write it that way (It is because the parser sucks). There are two types of groups. One is like @samp{Emacsen} from above example which the user chooses his favorite folders as a group. -The other one is @dfn{access group} like @samp{+} from above example. +The other one is @dfn{access group} like @samp{+ /} from above example. It makes all the sub-folders in a folder to a group. (It differs from -the type of the folder. For example, @samp{+} makes entire MH -sub-directories to one group) +the type of the folder. For example, @samp{+} followed by @samp{/} +makes entire MH sub-directories to one group) This behavior is better understood if you try it and confirmed the function first. You can write and try a small folder definition, so you -- 1.7.10.4