2004-05-21 Daiki Ueno <ueno@unixuser.org>
* riece-addon.el (riece-command-list-addons): Change "no
- description" -> "(no description)".
+ description" -> "(no description)"; show key bindings.
* riece-ctcp.el (riece-ctcp-description): New variable.
* riece-highlight.el (riece-highlight-description): New variable
- The add-on is disabled.
= The add-on doesn't support enable/disable operation.
? The add-on status is not known.
-"))
+")
+ (insert (substitute-command-keys "
+Useful keys:
+
+ `\\[riece-command-enable-addon]' to enable the current add-on.
+ `\\[riece-command-disable-addon]' to disable the current add-on.
+")))
(pop-to-buffer (current-buffer))))
(defun riece-command-enable-addon (addon)