From 406bc6a5d6cbddbd46c947b0953ade974caa1404 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Wed, 19 May 2021 19:09:46 +0200 Subject: [PATCH] docs: Remove obsolete part from functions This was forgotten in #5951, which allowed `functions --erase` to prevent functions from being autoloaded. Fixes #8014 --- doc_src/cmds/functions.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc_src/cmds/functions.rst b/doc_src/cmds/functions.rst index 436f40a68..947644b67 100644 --- a/doc_src/cmds/functions.rst +++ b/doc_src/cmds/functions.rst @@ -55,8 +55,6 @@ The default behavior of ``functions``, when called with no arguments, is to prin If any non-option parameters are given, the definition of the specified functions are printed. -Automatically loaded functions cannot be removed using ``functions -e``. Either remove the definition file or change the $fish_function_path variable to remove autoloaded functions. - Copying a function using ``-c`` copies only the body of the function, and does not attach any event notifications from the original function. Only one function's description can be changed in a single invocation of ``functions -d``.