aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/emit.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc_src/emit.txt')
-rw-r--r--doc_src/emit.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc_src/emit.txt b/doc_src/emit.txt
index c0faab82..f00e4233 100644
--- a/doc_src/emit.txt
+++ b/doc_src/emit.txt
@@ -5,7 +5,7 @@
\subsection emit-description Description
-The emit builtin fires a generic fish event. Such events can be caught by special functions called event handlers. The arguments are passed to the event handlers as function arguments.
+\c 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.
\subsection emit-example Example