mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-01 14:00:46 +08:00
doc: add link to event handlers in emit
[ci skip]
This commit is contained in:
parent
0fdad2dd6a
commit
26adff3378
|
@ -13,7 +13,7 @@ Synopsis
|
||||||
Description
|
Description
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
``emit`` emits, or fires, an event. Events are delivered to, or caught by, special functions called event handlers. The arguments are passed to the event handlers as function arguments.
|
``emit`` emits, or fires, an event. Events are delivered to, or caught by, special functions called :ref:`event handlers <event>`. The arguments are passed to the event handlers as function arguments.
|
||||||
|
|
||||||
|
|
||||||
Example
|
Example
|
||||||
|
|
Loading…
Reference in New Issue
Block a user