* riece-addon.el (riece-command-list-addons): Show key bindings.
[elisp/riece.git] / lisp / riece-addon.el
index 348c987..275ab95 100644 (file)
@@ -175,7 +175,13 @@ Symbols in the leftmost column:
   -     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)