docs: Fix moar reference syntax

This commit is contained in:
Fabian Homborg
2019-03-30 20:44:07 +01:00
parent 203927245d
commit 0c4580d874
19 changed files with 32 additions and 32 deletions

View File

@@ -10,7 +10,7 @@ block [OPTIONS...]
Description
-----------
``block`` prevents events triggered by ``fish`` or the <a href="commands.html#emit">``emit``</a> command from being delivered and acted upon while the block is in place.
``block`` prevents events triggered by ``fish`` or the `emit <cmds/emit.html>`__ command from being delivered and acted upon while the block is in place.
In functions, ``block`` can be useful while performing work that should not be interrupted by the shell.