mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-06 00:41:15 -03:00
Typo in documentation for "emit" command
Line \endfish is misplaced.
This commit is contained in:
committed by
Fabian Homborg
parent
73f2b444ef
commit
f02dd22973
@@ -20,9 +20,9 @@ function event_test --on-event test_event
|
|||||||
end
|
end
|
||||||
|
|
||||||
emit test_event something
|
emit test_event something
|
||||||
|
\endfish
|
||||||
|
|
||||||
|
|
||||||
\subsection emit-notes Notes
|
\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.
|
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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user