From e5a451b3640c99bdc2a63392e5f71f84606286fd Mon Sep 17 00:00:00 2001 From: yamaoka Date: Tue, 11 Dec 2001 06:19:34 +0000 Subject: [PATCH] * wl.texi: Replaced `wl-icon-dir' with `wl-icon-directory'; fixed the description. --- doc/wl.texi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/wl.texi b/doc/wl.texi index 388d4ed..1bb950f 100644 --- a/doc/wl.texi +++ b/doc/wl.texi @@ -495,10 +495,10 @@ The minimal requirement for settings is as the following. (autoload 'wl "wl" "Wanderlust" t) (autoload 'wl-draft "wl-draft" "Write draft with Wanderlust." t) -;; @r{Directory where icons are placed (XEmacs or Emacs 21).} -;; @r{Default: @code{nil}.} -;; @r{(This is not required if Wanderlust is installed as XEmacs package)} -(setq wl-icon-dir "~/work/wl/etc") +;; @r{Directory where icons are placed.} +;; @r{Default: the peculiar value to the running version of Emacs.} +;; @r{(This is not required if the default value has been set properly.)} +(setq wl-icon-directory "~/work/wl/etc") ;; @r{SMTP server for mail posting. Default: @code{nil}} (setq wl-smtp-posting-server "your.smtp.example.com") -- 1.7.10.4