diff --git a/runtime/help/plugins.md b/runtime/help/plugins.md index 746d2f41..e37a5db4 100644 --- a/runtime/help/plugins.md +++ b/runtime/help/plugins.md @@ -51,7 +51,7 @@ which micro defines: * `postinit()`: initialization function called after `init()`. -* `onSetActive(bufpane)`: runs when changing the currently active panel. +* `onSetActive(bufpane)`: runs when changing the currently active bufpane. * `onBufferOpen(buf)`: runs when a buffer is opened. The input contains the buffer object.