From: yamaoka Date: Tue, 11 Dec 2001 06:19:34 +0000 (+0000) Subject: * wl.texi: Replaced `wl-icon-dir' with `wl-icon-directory'; X-Git-Tag: wl-2_8-root~44 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=e5a451b3640c99bdc2a63392e5f71f84606286fd;p=elisp%2Fwanderlust.git * wl.texi: Replaced `wl-icon-dir' with `wl-icon-directory'; fixed the description. --- 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")