mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 18:03:37 +08:00
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:
parent
3a0faa4dfd
commit
406bc6a5d6
|
@ -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``.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user