docs/events/by_name/cleanup.md in vedeu-0.8.31 vs docs/events/by_name/cleanup.md in vedeu-0.8.32
- old
+ new
@@ -1,5 +1,6 @@
### `:_cleanup_`
+
Vedeu triggers this event when `:_exit_` is triggered. You can hook
into this to perform a special action before the application
terminates. Saving the user's work, session or preferences might be
popular here.