docs: Remove obsolete part from functions

This was forgotten in #5951, which allowed `functions --erase` to
prevent functions from being autoloaded.

Fixes #8014
This commit is contained in:
Fabian Homborg 2021-05-19 19:09:46 +02:00
parent 3a0faa4dfd
commit 406bc6a5d6

View File

@ -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. 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. 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``. Only one function's description can be changed in a single invocation of ``functions -d``.