onSetPane doc: s/panel/bufpane/

It is pane, not panel. Also, let's call it bufpane here, like we do in
other callbacks' descriptions.
This commit is contained in:
Dmytro Maluka
2024-04-12 02:30:56 +02:00
parent 2a1790d15a
commit 186817d0c4

View File

@@ -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.