doc: mention $fish_function_path in the Autoloading Functions section - fix #3371

[ci skip]
This commit is contained in:
Bruno Heridet
2019-10-03 15:03:49 +02:00
committed by Fabian Homborg
parent 70fc2611bd
commit b9a22c7136

View File

@@ -663,7 +663,7 @@ This is the preferred way to define your prompt as well::
end
See the documentation for :ref:`funced <cmd-funced>` and :ref:`funcsave <cmd-funcsave>` for ways to create these files automatically.
See the documentation for :ref:`funced <cmd-funced>` and :ref:`funcsave <cmd-funcsave>` for ways to create these files automatically, and :ref:`$fish_function_path <syntax-function-autoloading>` to control their location.
.. _tut-universal: