mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-11 07:34:32 +00:00
Typo in documentation for "emit" command
Line \endfish is misplaced.
This commit is contained in:
parent
73f2b444ef
commit
f02dd22973
1 changed files with 1 additions and 1 deletions
|
@ -20,9 +20,9 @@ function event_test --on-event test_event
|
|||
end
|
||||
|
||||
emit test_event something
|
||||
\endfish
|
||||
|
||||
|
||||
\subsection emit-notes Notes
|
||||
|
||||
Note that events are only sent to the current fish process as there is no way to send events from one fish process to another.
|
||||
\endfish
|
||||
|
|
Loading…
Reference in a new issue