X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=wl%2Fwl-vars.el;h=55b18bac3f71771b4e539ad5623edbec6a78ed54;hb=fda32c1bfee5b97e5813e88e2d0ff157fa372b6b;hp=ae901c97a2ccba7f791272c71000824008fcb24e;hpb=cdb5c86665fbcf02b7aa27fea37e35c47f86fc6c;p=elisp%2Fwanderlust.git diff --git a/wl/wl-vars.el b/wl/wl-vars.el index ae901c9..55b18ba 100644 --- a/wl/wl-vars.el +++ b/wl/wl-vars.el @@ -433,7 +433,9 @@ system internal to accord facilities for the Emacs variants.") (defvar wl-summary-divide-thread-when-subject-changed nil "Divide thread when subject is changed.") (defvar wl-init-hook nil - "A hook called when initialization is finished.") + "A hook called when initialization is finished. This hook may contain +the functions `wl-plugged-init-icons' and `wl-biff-init-icons' for +reasons of system internal to accord facilities for the Emacs variants.") (defvar wl-hook nil "A hook called when Wanderlust is invoked.") (defvar wl-reply-hook nil @@ -499,10 +501,7 @@ system internal to accord facilities for the Emacs variants.") (defvar wl-score-mode-hook nil "A hook called when score mode is started.") (defvar wl-make-plugged-hook nil - "A hook called when make plugged alist. -This hook may contain the functions `wl-plugged-init-icons' and -`wl-biff-init-icons' for reasons of system internal to accord -facilities for the Emacs variants.") + "A hook called when make plugged alist.") (defvar wl-plugged-exit-hook nil "A hook called when exit plugged mode.")