From 2c648c80c83de50620e4c216a59024398f4e152e Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Fri, 11 Sep 2015 11:31:04 +0200 Subject: docs: Improve autoloading/event documentation The thing that says "event handlers can't be autoloaded, put it in config.fish". I make good words. --- doc_src/funcsave.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc_src/funcsave.txt') diff --git a/doc_src/funcsave.txt b/doc_src/funcsave.txt index d47ae8e7..32b3f4f3 100644 --- a/doc_src/funcsave.txt +++ b/doc_src/funcsave.txt @@ -9,4 +9,4 @@ funcsave FUNCTION_NAME `funcsave` saves the current definition of a function to a file in the fish configuration directory. This function will be automatically loaded by current and future fish sessions. This can be useful if you have interactively created a new function and wish to save it for later use. -Note that event handlers will not be executed before they are loaded. +Note that because fish loads functions on-demand, saved functions will not function as event handlers until they are run or sourced otherwise. To activate an event handler for every new shell, add the function to your shell initialization file instead of using `funcsave`. -- cgit v1.2.3