From 186817d0c425ec68c05d1af5c3b9b21e0333bc05 Mon Sep 17 00:00:00 2001 From: Dmytro Maluka Date: Fri, 12 Apr 2024 02:30:56 +0200 Subject: [PATCH] onSetPane doc: s/panel/bufpane/ It is pane, not panel. Also, let's call it bufpane here, like we do in other callbacks' descriptions. --- runtime/help/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.