* riece-addon.el (riece-command-list-addons): Adjust width of 2nd
[riece] / doc / HACKING
index 9b05640..22590f8 100644 (file)
@@ -390,6 +390,9 @@ functions.
 - <module-name>-insinuate
   Called on initialization of this module.
 
+- <module-name>-uninstall (optional)
+  Called on uninstallation of this module.
+
 - <module-name>-enable (optional)
   Called when this add-on is enabled.
 
@@ -400,7 +403,7 @@ It is recommended to set short explanation of the add-on to
 <module-name>-description variable which is displayed on add-on
 listing shown up by C-c ^ (M-x riece-command-list-addons).
 
-To see the add-on's enabled/disabled status, get riece-addon-enabled
+To see the add-on's enabled/disabled status, check riece-addon-enabled
 property set on <module-name> symbol.
 
 Riece does the following procedure on add-ons when startup.