mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-16 07:01:14 -03:00
docs: Fix moar reference syntax
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user