Skip to content

Commit 186817d

Browse files
committed
onSetPane doc: s/panel/bufpane/
It is pane, not panel. Also, let's call it bufpane here, like we do in other callbacks' descriptions.
1 parent 2a1790d commit 186817d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/help/plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ which micro defines:
5151

5252
* `postinit()`: initialization function called after `init()`.
5353

54-
* `onSetActive(bufpane)`: runs when changing the currently active panel.
54+
* `onSetActive(bufpane)`: runs when changing the currently active bufpane.
5555

5656
* `onBufferOpen(buf)`: runs when a buffer is opened. The input contains
5757
the buffer object.

0 commit comments

Comments
 (0)