From: yoichi Date: Wed, 30 Oct 2002 11:22:09 +0000 (+0000) Subject: ChangeLog: Fix typo X-Git-Tag: wl-2_10_0pre2~11 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=d74139d5811b246c89d430cf87aae23bcbe505d7;p=elisp%2Fwanderlust.git ChangeLog: Fix typo doc/wl*.texi: use @command on procmail --- diff --git a/doc/wl-ja.texi b/doc/wl-ja.texi index 73148a3..730fe10 100644 --- a/doc/wl-ja.texi +++ b/doc/wl-ja.texi @@ -6238,8 +6238,9 @@ pop3 × △ △ △ @cindex Split messages @code{elmo-split} を使うと、フォルダ @code{elmo-split-folder} 内の -メッセージを特定の規則に従って procmail 風に振り分けることができます。 -この機能を使うには、まず @file{~/.emacs} に以下のように設定して下さい。 +メッセージを特定の規則に従って @command{procmail} 風に振り分けることが +できます。 この機能を使うには、まず @file{~/.emacs} に以下のように設定 +して下さい。 @lisp (autoload 'elmo-split "elmo-split" "Split messages on the folder." t) diff --git a/doc/wl.texi b/doc/wl.texi index 31be990..ec3cbdf 100644 --- a/doc/wl.texi +++ b/doc/wl.texi @@ -6326,8 +6326,9 @@ pop3 N E E E @cindex Split messages You can use @code{elmo-split} to split message in folder -@code{elmo-split-folder} a la procmail according to some specified rules. -To use this feature, set as follows in your @file{~/.emacs} at first. +@code{elmo-split-folder} a la @command{procmail} according to some +specified rules. To use this feature, set as follows in your +@file{~/.emacs} at first. @lisp (autoload 'elmo-split "elmo-split" "Split messages on the folder." t)