* wl-action.el (wl-summary-action-docstring): Add more info.
authoryoichi <yoichi>
Sat, 26 Jul 2003 10:56:14 +0000 (10:56 +0000)
committeryoichi <yoichi>
Sat, 26 Jul 2003 10:56:14 +0000 (10:56 +0000)
wl/ChangeLog
wl/wl-action.el

index 31f52d2..8eacda9 100644 (file)
@@ -1,3 +1,7 @@
+2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl-action.el (wl-summary-action-docstring): Add more info.
+
 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
 
        * Version number is increased to 2.11.4.
index e954bf3..7bd0967 100644 (file)
@@ -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)