From 35967484e937007263cf197a526b5a054fd1ef8d Mon Sep 17 00:00:00 2001 From: yoichi Date: Sat, 26 Jul 2003 10:56:14 +0000 Subject: [PATCH] * wl-action.el (wl-summary-action-docstring): Add more info. --- wl/ChangeLog | 4 ++++ wl/wl-action.el | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) 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) -- 1.7.10.4