* doc/wl.texi, doc/wl-ja.texi: Update.
@item wl-biff-notify-hook
@vindex wl-biff-notify-hook
-\e$B=i4|@_Dj$O\e(B @code{nil}\e$B!#\e(B
\e$B?7$7$$%a!<%k$,FO$$$?:]$K<B9T$5$l$k%U%C%/!#\e(B
-\e$BNc$($P%S!<%W2;$rLD$i$9$J$i\e(B
+\e$BCe?.;~$K%S!<%W2;$rLD$i$9!J=i4|@_Dj!K$J$i0J2<$N$h$&$K@_Dj$7$^$9!#\e(B
@lisp
(setq wl-biff-notify-hook '(beep))
@end lisp
-\e$B$N$h$&$K@_Dj$7$^$9!#\e(B
+\e$B2;$rLD$i$5$J$$>l9g$O\e(B @code{nil} \e$B$K@_Dj$7$F$/$@$5$$!#\e(B
@end table
@item wl-biff-notify-hook
@vindex wl-biff-notify-hook
-The initial setting is @code{nil}.
-This is a hook run at the arrival of the new mail.
-To beep, set as:
+This hook is run at the arrival of new mail.
+To beep with mail arrival(initial setting), set as follows.
@lisp
(setq wl-biff-notify-hook '(beep))
@end lisp
+For silence, set to @code{nil}.
@end table
+2001-09-26 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
+
+ * wl-vars.el (wl-biff-notify-hook): Set default to beep.
+
2001-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
* wl-vars.el: (wl-biff-state-indicator-off): Changed default value
"A hook called when exit wanderlust.")
(defvar wl-folder-suspend-hook nil
"A hook called when suspend wanderlust.")
-(defvar wl-biff-notify-hook nil
+(defvar wl-biff-notify-hook '(beep)
"A hook called when a biff-notification is invoked.")
(defvar wl-biff-unnotify-hook nil
"A hook called when a biff-notification is removed.")