From: yamaoka Date: Tue, 11 Dec 2001 06:09:09 +0000 (+0000) Subject: * wl-ja.texi: Replaced `wl-icon-dir' with `wl-icon-directory'; X-Git-Tag: wl-2_8-root~45 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=c5effbe9f669719353eecbce8407336a5bc97904;p=elisp%2Fwanderlust.git * wl-ja.texi: Replaced `wl-icon-dir' with `wl-icon-directory'; fixed the description. --- diff --git a/doc/wl-ja.texi b/doc/wl-ja.texi index 9003b19..a5666fa 100644 --- a/doc/wl-ja.texi +++ b/doc/wl-ja.texi @@ -529,9 +529,9 @@ Wanderlust の動作をカスタマイズできます。 (autoload 'wl "wl" "Wanderlust" t) (autoload 'wl-draft "wl-draft" "Write draft with Wanderlust." t) -;; @r{アイコンを置くディレクトリ (XEmacs と Emacs 21)。初期設定は @code{nil}。} -;; @r{(XEmacs の package としてインストールされている場合、必要ありません)} -(setq wl-icon-dir "~/work/wl/etc") +;; @r{アイコンを置くディレクトリ。初期設定は Emacs 固有のデフォルト値。} +;; @r{(デフォルトで設定されている値が正しければ、必要ありません)} +(setq wl-icon-directory "~/work/wl/etc") ;; @r{メールを送信する SMTP サーバ。 初期設定は @code{nil}。} (setq wl-smtp-posting-server "your.smtp.example.com")