X-Git-Url: https://cgit.sxemacs.org/?a=blobdiff_plain;f=doc%2FHACKING;h=22590f809434b371f06c118c2c7f4caa845e0d1d;hb=465b68048344cb9660459ea4a64abc1a2591c094;hp=b3c3e010d6f66535a9cbe17f6d8e3e5e20535b91;hpb=3eb2f7e0c8616e61ca06ad1e3383c6410bd5352c;p=riece 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.