From fc0adcc7cb3383227a0000c668a0c5c693d4068c Mon Sep 17 00:00:00 2001 From: kaoru Date: Sat, 26 Oct 2002 17:09:21 +0000 Subject: [PATCH] Escape { and }. --- doc/wl-ja.texi | 2 +- doc/wl.texi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/wl-ja.texi b/doc/wl-ja.texi index 925051d..73148a3 100644 --- a/doc/wl-ja.texi +++ b/doc/wl-ja.texi @@ -6266,7 +6266,7 @@ pop3 × △ △ △ ;; @r{wanderlust メーリングリストからのメールを @samp{%wanderlust} へ} ;; @r{そして続けてそれ以下の規則も評価する。} ((equal x-ml-name "wanderlust") "%wanderlust" continue) - ;; @r{Yahoo 利用者からのメッセージを @samp{+yahoo-{username}} へ} + ;; @r{Yahoo 利用者からのメッセージを @samp{+yahoo-@{username@}} へ} ((match from "\\(.*\\)@@yahoo\\.com") "+yahoo-\\1") ;; @r{マッチしなかった残りを @samp{+inbox} へ} diff --git a/doc/wl.texi b/doc/wl.texi index ccff474..31be990 100644 --- a/doc/wl.texi +++ b/doc/wl.texi @@ -6355,7 +6355,7 @@ example, please. ;; @r{Store messages from wanderlust mailing list into @samp{%wanderlust}} ;; @r{and continue evaluating following rules} ((equal x-ml-name "wanderlust") "%wanderlust" continue) - ;; @r{Store messages from Yahoo user into @samp{+yahoo-{username}}} + ;; @r{Store messages from Yahoo user into @samp{+yahoo-@{username@}}} ((match from "\\(.*\\)@@yahoo\\.com") "+yahoo-\\1") ;; @r{Store unmatched mails into @samp{+inbox}} -- 1.7.10.4