doc: add link to event handlers in emit

[ci skip]
This commit is contained in:
Bruno Heridet 2019-10-04 15:03:25 +02:00 committed by Fabian Homborg
parent 0fdad2dd6a
commit 26adff3378

View file

@ -13,7 +13,7 @@ Synopsis
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