From 304d9da6a0d76b7018769784a18d8a5f15c2ccfc Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Tue, 6 Feb 2018 17:41:56 +0100 Subject: [PATCH] Document fish_exit event --- doc_src/function.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc_src/function.txt b/doc_src/function.txt index c441335fe..d9aad268b 100644 --- a/doc_src/function.txt +++ b/doc_src/function.txt @@ -49,6 +49,7 @@ By using one of the event handler switches, a function can be made to run automa Note: This event will be emitted even if the command is invalid. The commandline parameter includes the entire commandline verbatim, and may potentially include newlines. +- `fish_exit` is emitted right before fish exits. \subsection function-example Example