X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=doc%2FHACKING;h=22590f809434b371f06c118c2c7f4caa845e0d1d;hb=21ea816c1c260b601f297040158a378f5c49857d;hp=b3c3e010d6f66535a9cbe17f6d8e3e5e20535b91;hpb=9641816a3ca09f6f31821c5f6c2a993e0353f6f9;p=elisp%2Friece.git diff --git a/doc/HACKING b/doc/HACKING index b3c3e01..22590f8 100644 --- a/doc/HACKING +++ b/doc/HACKING @@ -390,6 +390,9 @@ functions. - -insinuate Called on initialization of this module. +- -uninstall (optional) + Called on uninstallation of this module. + - -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 -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, look at riece-addon-enabled +To see the add-on's enabled/disabled status, check riece-addon-enabled property set on symbol. Riece does the following procedure on add-ons when startup.