From: yoichi Date: Tue, 6 Jul 2004 12:58:02 +0000 (+0000) Subject: Fix typo (from Arisawa-san) X-Git-Tag: wl-2_11_31~73 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b22eaac984901efa7d2cb1163a11633fb0cb8cc7;p=elisp%2Fwanderlust.git Fix typo (from Arisawa-san) --- diff --git a/doc/wl-ja.texi b/doc/wl-ja.texi index 6084388..0cdcb88 100644 --- a/doc/wl-ja.texi +++ b/doc/wl-ja.texi @@ -6884,7 +6884,7 @@ LDAP を利用する場合は、@code{wl-ldap-server}、@code{wl-ldap-port}, @group ;; @r{@samp{bogofilter} を使う場合。} ;; @r{ここで、使いたい spam フィルタの @samp{scheme} を設定して下さい。} -;; @r{@xref{Spam Filter Processor}} +;; @r{@xref{Spam Filter Processors}} (setq elmo-spam-scheme 'bogofilter) (require 'wl-spam) @end group diff --git a/doc/wl.texi b/doc/wl.texi index 4efbdb1..36b0115 100644 --- a/doc/wl.texi +++ b/doc/wl.texi @@ -6893,7 +6893,7 @@ To use @code{wl-spam}, write in @file{~/.wl} as follows: @group ;; @r{Use @samp{bogofilter} as spam back end} ;; @r{Set @samp{scheme} here as the spam filter you will use.} -;; @r{@xref{Spam Filter Processor}} +;; @r{@xref{Spam Filter Processors}} (setq elmo-spam-scheme 'bogofilter) (require 'wl-spam) @end group