From 12da6ab4fbc0e468982ddc6ee7a7db3e8de9a534 Mon Sep 17 00:00:00 2001 From: kaoru Date: Tue, 3 Aug 2004 11:11:15 +0000 Subject: [PATCH] Fix @xref and @@ escape. --- doc/wl-ja.texi | 16 ++++++++-------- doc/wl.texi | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/doc/wl-ja.texi b/doc/wl-ja.texi index fd532a9..f90ecdb 100644 --- a/doc/wl-ja.texi +++ b/doc/wl-ja.texi @@ -1749,7 +1749,7 @@ Wanderlust の内部に保持したメッセージを閲覧するためのフォルダです。 の @samp{important} フラグを指定したものと看倣されます。 また、後述のサマリモードにおいて、自由にグローバルフラグを定義してメッセー -ジに付加することも出来ます。@xref{Usage of Summary mode} +ジに付加することも出来ます。@xref{Usage of Summary Mode}. このフォルダでメッセージを削除すると、そのメッセージについていた @var{グローバルフラグ} が削除されます。また、このフォルダにメッセージ @@ -2581,7 +2581,7 @@ Non-nil なら @code{wl-fldmgr-add} の補完候補を サマリモードは、メッセージの一覧を表示するモードです。 @menu -* Usage of Summary mode:: 使用方法 +* Usage of Summary Mode:: 使用方法 * Thread Operations:: スレッドの操作 * Cache:: キャッシュと先読み機能 * Auto Refile:: 自動リファイル @@ -2593,7 +2593,7 @@ Non-nil なら @code{wl-fldmgr-add} の補完候補を @end menu -@node Usage of Summary mode, Thread Operations, Summary, Summary +@node Usage of Summary Mode, Thread Operations, Summary, Summary @section 使用方法(TIPS) @subsection サマリの表示内容 @@ -2746,7 +2746,7 @@ expire の対象から除外されます。@xref{Expire and Archive}. MH Folder, News Spool Folder, Maildir Folder のみです。 -@node Thread Operations, Cache, Usage of Summary mode, Summary +@node Thread Operations, Cache, Usage of Summary Mode, Summary @section スレッドの操作 例えば、 @@ -6903,7 +6903,7 @@ LDAP を利用する場合は、@code{wl-ldap-server}、@code{wl-ldap-port}, @group ;; @r{@samp{bogofilter} を使う場合。} ;; @r{ここで、使いたい spam フィルタの @samp{scheme} を設定して下さい。} -;; @r{@xref{Spam Filter Processors}} +;; @r{@xref{Spam Filter Processors}.} (setq elmo-spam-scheme 'bogofilter) (require 'wl-spam) @end group @@ -6960,7 +6960,7 @@ spam マークは、後述する spam の判定処理で自動的に付く他、@kbd{k m}  @code{elmo-split-rule} の @samp{CONDITION} として指定出来る関数に @code{spam-p} が追加されます。この関数は、対象のメッセージが spam と判定 された時に真となります。 -@xref{Split messages} +@xref{Split messages}. また、判定結果を元に学習させることも出来ます。(ある程度学習が進んでから、 この設定を有効にするとよいでしょう) @@ -7214,7 +7214,7 @@ non-nil に指定すると、@command{bogofilter} からの出力が Emacs Lisp で実装された spam フィルタリングライブラリです。 インストール時に @code{load-path} 上に @file{spamfilter.el} があれば、自 -動的に対応モジュールがコンパイル/インストールされます。@xref{Install} +動的に対応モジュールがコンパイル/インストールされます。@xref{Install}. @file{spamfilter.el} を使用するには、@file{~/.wl} などに以下の設定を記述 します。(もちろん、@file{spamfilter.el} 自体の設定も必要です) @@ -8363,7 +8363,7 @@ IMAP4 フォルダに対する条件フィルタフォルダのような場合には、 @lisp @group (("^-" . remove) - ("^@" . remove)) + ("^@@" . remove)) @end group @end lisp diff --git a/doc/wl.texi b/doc/wl.texi index 0bba1e6..1122752 100644 --- a/doc/wl.texi +++ b/doc/wl.texi @@ -1723,7 +1723,7 @@ it is treated as @samp{important} flag is specified. In addition, in summary mode, to be described later, you can freely define global flags and put them on messages. -@xref{Usage of Summary mode}. +@xref{Usage of Summary Mode}. In this folder, if you delete message, @var{global-flag} put on the message is removed. If you append messages to this folder, the message @@ -6912,7 +6912,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 Processors}} +;; @r{@xref{Spam Filter Processors}.} (setq elmo-spam-scheme 'bogofilter) (require 'wl-spam) @end group @@ -6970,7 +6970,7 @@ Make judgement on splitting messages with @code{elmo-split}. It provides new function @code{spam-p} to be specified as @samp{CONDITION} in @code{elmo-split-rule}. This function returns true when the message is judged as spam. -@xref{Split messages} +@xref{Split messages}. You can also process learning by the result of judgement. (You would better turn on this feature after learning to some extent) @@ -8388,7 +8388,7 @@ The initial setting is the alist shown below: @lisp @group (("^-" . remove) - ("^@" . remove)) + ("^@@" . remove)) @end group @end lisp -- 1.7.10.4