From 25b6cbf594973a791f2f8436ee71784cab07097e Mon Sep 17 00:00:00 2001 From: yoichi Date: Wed, 26 Sep 2001 06:01:03 +0000 Subject: [PATCH] Update. --- doc/wl-ja.texi | 4 ++-- doc/wl.texi | 2 +- samples/en/dot.wl | 3 ++- samples/ja/dot.wl | 3 ++- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/doc/wl-ja.texi b/doc/wl-ja.texi index b7e8031..0ee79c5 100644 --- a/doc/wl-ja.texi +++ b/doc/wl-ja.texi @@ -6433,9 +6433,9 @@ face $B$N@_Dj$O(B @file{.emacs} $B$K=q$/$3$H$O$G$-$J$$$N$G(B @file{~/.wl} $ $B?7$7$$%a!<%k$,FO$$$?:]$Kl9g$O(B @code{nil} $B$K@_Dj$7$F$/$@$5$$!#(B +$B2;$rLD$i$7$?$j$7$J$$>l9g$O(B @code{nil} $B$K@_Dj$7$F$/$@$5$$!#(B @end table diff --git a/doc/wl.texi b/doc/wl.texi index 38ebda9..57c0abc 100644 --- a/doc/wl.texi +++ b/doc/wl.texi @@ -6528,7 +6528,7 @@ Check mail arrival in this period. 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)) +(setq wl-biff-notify-hook '(ding)) @end lisp For silence, set to @code{nil}. @end table diff --git a/samples/en/dot.wl b/samples/en/dot.wl index bf47d01..d2890c0 100644 --- a/samples/en/dot.wl +++ b/samples/en/dot.wl @@ -129,7 +129,8 @@ ;; notify mail arrival ;(setq wl-biff-check-folder-list '("%inbox")) -;(setq wl-biff-notify-hook '(beep)) +;(setq wl-biff-notify-hook '(ding)) + ;;; [[ Network ]] diff --git a/samples/ja/dot.wl b/samples/ja/dot.wl index 43ade4a..eb5ce17 100644 --- a/samples/ja/dot.wl +++ b/samples/ja/dot.wl @@ -128,7 +128,8 @@ ;; $BCe?.DLCN$N@_Dj(B ;(setq wl-biff-check-folder-list '("%inbox")) -;(setq wl-biff-notify-hook '(beep)) +;(setq wl-biff-notify-hook '(ding)) + ;;; [[ $B%M%C%H%o!<%/(B ]] -- 1.7.10.4