From: yoichi Date: Sat, 26 Jul 2003 10:56:14 +0000 (+0000) Subject: * wl-action.el (wl-summary-action-docstring): Add more info. X-Git-Tag: wl-2_11_5~34 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=35967484e937007263cf197a526b5a054fd1ef8d;p=elisp%2Fwanderlust.git * wl-action.el (wl-summary-action-docstring): Add more info. --- diff --git a/wl/ChangeLog b/wl/ChangeLog index 31f52d2..8eacda9 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,7 @@ +2003-07-26 Yoichi NAKAYAMA + + * wl-action.el (wl-summary-action-docstring): Add more info. + 2003-07-24 Yuuichi Teranishi * Version number is increased to 2.11.4. diff --git a/wl/wl-action.el b/wl/wl-action.el index e954bf3..7bd0967 100644 --- a/wl/wl-action.el +++ b/wl/wl-action.el @@ -44,7 +44,8 @@ (defsubst wl-summary-action-face (action) (nth 5 action)) (defsubst wl-summary-action-docstring (action) - (nth 6 action)) + (concat (nth 6 action) + "\nThis function is defined by `wl-summary-define-mark-action'.")) ;; Set mark (defun wl-summary-set-mark (&optional set-mark number interactive data)