+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.
(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)