+2001-10-23 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
+
+ * WL-MK (wl-info-lang): Change default value to ("ja" "en").
+ * WL-CFG: Ditto.
+
2001-07-12 Yuuichi Teranishi <teranisi@gohome.org>
* WL-MK (config-wl-package-subr): Check smtp.el version.
;; If you want to install utils, uncomment following line.
;(setq wl-install-utils t)
-;; Set lauguage for info file ("ja" or "en"). Default is "ja".
-;; By following setting, English info is installed.
+;; Set language for info file ("ja" or "en", both in default).
+;; If you only need manual in English, uncomment following line.
;(setq wl-info-lang "en")
-;; By following setting, both Japanese and English info are installed.
-;(setq wl-info-lang '("ja" "en"))
;; if you want to install wl modules to the subdirectory other than "wl"
;; under LISPDIR, set following variables.
(defconst wl-en-info "wl.info")
(defconst wl-en-texi "wl.texi")
-(defvar wl-info-lang "ja"
+(defvar wl-info-lang '("ja" "en")
"The language of info file (\"ja\" or \"en\").")
;; for Nemacs (dirty!)